mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Merged revisions 64597-64598 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r64597 | martin.v.loewis | 2008-06-30 08:57:39 +0200 (Mo, 30 Jun 2008) | 1 line Issue #3215: Build sqlite3 as sqlite3.dll, not sqlite3.pyd ........ r64598 | martin.v.loewis | 2008-06-30 09:01:09 +0200 (Mo, 30 Jun 2008) | 1 line Add _multiprocessing module. ........
This commit is contained in:
parent
029656fb3b
commit
9aa04c4e83
2 changed files with 4 additions and 1 deletions
|
@ -92,7 +92,8 @@ extensions = [
|
|||
'_ctypes.pyd',
|
||||
'_ctypes_test.pyd',
|
||||
'_sqlite3.pyd',
|
||||
'_hashlib.pyd'
|
||||
'_hashlib.pyd',
|
||||
'_multiprocessing.pyd'
|
||||
]
|
||||
|
||||
# Well-known component UUIDs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue