mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Allocate the 0x1D1A0000 base adress for the _ctypes extension module.
Export the COM entry point functions. Note that there are several conflicting base addresses defined for other extensions, also not all are listed in dllbase_nt.txt.
This commit is contained in:
parent
9d548374e4
commit
2f3f136b81
2 changed files with 9 additions and 2 deletions
|
|
@ -33,6 +33,7 @@ More standard extensions 1D100000 - 1e000000
|
|||
- bZ2 1D170000 - 1D180000
|
||||
- datetime 1D180000 - 1D190000 pyd removed in 2.4
|
||||
- _csv 1D190000 - 1D1A0000 pyd removed in 2.4
|
||||
- _ctypes 1D1A0000 - 1D1B0000
|
||||
|
||||
Other extension modules
|
||||
- win32api 1e200000 - 1e220000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue