Skip to content

Commit

Permalink
Revert "bpo-45847: Port _ctypes partly to PY_STDLIB_MOD (GH-29747)"
Browse files Browse the repository at this point in the history
This reverts commit 4045392.
  • Loading branch information
tiran committed Dec 7, 2021
1 parent cf7eaa4 commit 20d6233
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 479 deletions.
2 changes: 1 addition & 1 deletion Modules/Setup.stdlib.in
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
#

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

# needs -lncurses, -lncursesw or -lcurses, sometimes -ltermcap
#@MODULE__CURSES_TRUE@_curses _cursesmodule.c
Expand Down
Loading

0 comments on commit 20d6233

Please sign in to comment.