Skip to content

Commit 1794fa6

Browse files
committed
bpo-45847: Port _ctypes partly to PY_STDLIB_MOD
Signed-off-by: Christian Heimes <[email protected]>
1 parent 135ecc3 commit 1794fa6

File tree

5 files changed

+482
-36
lines changed

5 files changed

+482
-36
lines changed

Modules/Setup.stdlib.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,10 @@
130130
############################################################################
131131
# Modules with third party dependencies
132132
#
133+
134+
# needs -lffi and -ldl
135+
@MODULE__CTYPES_TRUE@_ctypes _ctypes/_ctypes.c _ctypes/callbacks.c _ctypes/callproc.c _ctypes/stgdict.c _ctypes/cfield.c
136+
133137
@MODULE__SQLITE3_TRUE@_sqlite3 _sqlite/connection.c _sqlite/cursor.c _sqlite/microprotocols.c _sqlite/module.c _sqlite/prepare_protocol.c _sqlite/row.c _sqlite/statement.c _sqlite/util.c
134138

135139
# needs -lssl and -lcrypt

0 commit comments

Comments
 (0)