mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Add _multiprocessing module.
This commit is contained in:
parent
d84fd9599d
commit
1d2ce45689
1 changed files with 2 additions and 1 deletions
|
@ -92,7 +92,8 @@ extensions = [
|
||||||
'_ctypes.pyd',
|
'_ctypes.pyd',
|
||||||
'_ctypes_test.pyd',
|
'_ctypes_test.pyd',
|
||||||
'_sqlite3.pyd',
|
'_sqlite3.pyd',
|
||||||
'_hashlib.pyd'
|
'_hashlib.pyd',
|
||||||
|
'_multiprocessing.pyd'
|
||||||
]
|
]
|
||||||
|
|
||||||
# Well-known component UUIDs
|
# Well-known component UUIDs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue