mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Add ctypes.
This commit is contained in:
parent
4196296605
commit
a09655ec5d
1 changed files with 2 additions and 0 deletions
|
|
@ -108,6 +108,8 @@ extensions = [
|
|||
'_testcapi.pyd',
|
||||
'_tkinter.pyd',
|
||||
'_msi.pyd',
|
||||
'_ctypes.pyd',
|
||||
'_ctypes_test.pyd'
|
||||
]
|
||||
|
||||
if major+minor <= "24":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue