mirror of
https://github.com/python/cpython.git
synced 2025-07-28 21:55:21 +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'
|
||||
]
|
||||
|
||||
if major+minor <= "24":
|
||||
extensions.extend([
|
||||
'zlib.pyd',
|
||||
])
|
||||
|
||||
# Well-known component UUIDs
|
||||
# These are needed for SharedDLLs reference counter; if
|
||||
# a different UUID was used for each incarnation of, say,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue