Skip to content

Commit 4045392

Browse files
tiranErlend Egeberg Aasland
and
Erlend Egeberg Aasland
authored
bpo-45847: Port _ctypes partly to PY_STDLIB_MOD (GH-29747)
Co-authored-by: Erlend Egeberg Aasland <[email protected]>
1 parent cee07b1 commit 4045392

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)