Skip to content

Commit 91b59a3

Browse files
authored
bpo-45847: Revert Port _ctypes partly to PY_STDLIB_MOD (GH-29747) (GH-29969)
1 parent 06c4ae8 commit 91b59a3

File tree

5 files changed

+38
-479
lines changed

5 files changed

+38
-479
lines changed

Modules/Setup.stdlib.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
#
137137

138138
# needs -lffi and -ldl
139-
@MODULE__CTYPES_TRUE@_ctypes _ctypes/_ctypes.c _ctypes/callbacks.c _ctypes/callproc.c _ctypes/stgdict.c _ctypes/cfield.c
139+
#@MODULE__CTYPES_TRUE@_ctypes _ctypes/_ctypes.c _ctypes/callbacks.c _ctypes/callproc.c _ctypes/stgdict.c _ctypes/cfield.c
140140

141141
# needs -lncurses, -lncursesw or -lcurses, sometimes -ltermcap
142142
#@MODULE__CURSES_TRUE@_curses _cursesmodule.c

0 commit comments

Comments
 (0)