mirror of
https://github.com/python/cpython.git
synced 2025-07-29 06:05:00 +00:00
Drop information about 2.4 DLLs.
This commit is contained in:
parent
0a4e98bf13
commit
06b3ddea23
1 changed files with 0 additions and 5 deletions
|
@ -122,11 +122,6 @@ extensions = [
|
||||||
'_ctypes_test.pyd'
|
'_ctypes_test.pyd'
|
||||||
]
|
]
|
||||||
|
|
||||||
if major+minor <= "24":
|
|
||||||
extensions.extend([
|
|
||||||
'zlib.pyd',
|
|
||||||
])
|
|
||||||
|
|
||||||
# Well-known component UUIDs
|
# Well-known component UUIDs
|
||||||
# These are needed for SharedDLLs reference counter; if
|
# These are needed for SharedDLLs reference counter; if
|
||||||
# a different UUID was used for each incarnation of, say,
|
# a different UUID was used for each incarnation of, say,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue