8000 bpo-45847: Port _ctypes partly to PY_STDLIB_MOD (GH-29747) · python/cpython@b7c494e · GitHub
[go: up one dir, main page]

Skip to content

Commit b7c494e

Browse files
tiranErlend Egeberg Aasland
and
Erlend Egeberg Aasland
committed
bpo-45847: Port _ctypes partly to PY_STDLIB_MOD (GH-29747)
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
1 parent 5369858 commit b7c494e

File tree

5 files changed

+479
-37
lines changed

5 files changed

+479
-37
lines changed

Modules/Setup.stdlib.in

Lines changed: 1 addition & 1 deletion
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)
0