Skip to content

Commit

Permalink
bpo-45847: Port _ctypes partly to PY_STDLIB_MOD (GH-29747)
Browse files Browse the repository at this point in the history
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
  • Loading branch information
tiran and Erlend Egeberg Aasland committed Dec 4, 2021
1 parent cee07b1 commit 4045392
Show file tree
Hide file tree
Showing 5 changed files with 482 additions and 36 deletions.
4 changes: 4 additions & 0 deletions Modules/Setup.stdlib.in
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@
############################################################################
# Modules with third party dependencies
#

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

@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

# needs -lssl and -lcrypt
Expand Down
Loading

0 comments on commit 4045392

Please sign in to comment.