Skip to content

Commit b496bb1

Browse files
committed
Clarified some embedding targets.
1 parent 0f54f36 commit b496bb1

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

patch/Python/Setup.embedded

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ _symtable symtablemodule.c
5757
_thread -DPy_BUILD_CORE _threadmodule.c
5858
_tracemalloc _tracemalloc.c hashtable.c
5959
_weakref _weakref.c
60-
atexit atexitmodule.c
6160
array arraymodule.c
61+
atexit atexitmodule.c
6262
audioop audioop.c
6363
binascii binascii.c
6464
cmath cmathmodule.c _math.c
@@ -90,10 +90,11 @@ zlib zlibmodule.c -I$(prefix)/include -lz
9090
#####################################################################
9191
# Testing modules
9292
#####################################################################
93-
_ctypes_test _ctypes/_ctypes_test.c
94-
_testbuffer _testbuffer.c
95-
_testcapi _testcapimodule.c
96-
_testimportmultiple _testimportmultiple.c
93+
#_ctypes_test _ctypes/_ctypes_test.c
94+
#_testbuffer _testbuffer.c
95+
#_testcapi _testcapimodule.c
96+
#_testimportmultiple _testimportmultiple.c
97+
#_testmultiphase _testmultiphase.c
9798

9899
#####################################################################
99100
# Modules that require additional frameworks
@@ -102,6 +103,7 @@ _testimportmultiple _testimportmultiple.c
102103
#_curses_panel _curses_panel.c -lpanel -lncurses
103104
#_dbm _dbmmodule.c
104105
#_gdbm _gdbmmodule.c -I/usr/local/include -L/usr/local/lib -lgdbm
106+
#_scproxy _scproxy.c -framework SystemConfiguration -framework CoreFoundation
105107
#_tkinter _tkinter.c tkappinit.c -DWITH_APPINIT -I... -L...
106108
#nis nismodule.c -lnsl
107109
#ossaudiodev

0 commit comments

Comments
 (0)