mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Issue #16421: allow to load multiple modules from the same shared object.
Patch by Václav Šmilauer.
This commit is contained in:
parent
f76f0eea5c
commit
6b2cbeba58
12 changed files with 887 additions and 10 deletions
|
@ -101,6 +101,7 @@ extensions = [
|
|||
'_decimal.pyd',
|
||||
'_testbuffer.pyd',
|
||||
'_sha3.pyd',
|
||||
'_testimportmultiple.pyd',
|
||||
]
|
||||
|
||||
# Well-known component UUIDs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue