Skip to content

Commit 66f90e7

Browse files
committed
Clarified some embedding targets.
1 parent 9ee9d1e commit 66f90e7

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
@@ -37,8 +37,8 @@ _pickle _pickle.c
3737
_posixsubprocess _posixsubprocess.c
3838
_random _randommodule.c
3939
_sha1 sha1module.c
40-
_sha3 _sha3/sha3module.c
4140
_sha256 sha256module.c
41+
_sha3 _sha3/sha3module.c
4242
_sha512 sha512module.c
4343
_signal -DPy_BUILD_CORE signalmodule.c
4444
_socket socketmodule.c
@@ -93,10 +93,11 @@ zlib zlibmodule.c -I$(prefix)/include -lz
9393
#####################################################################
9494
# Testing modules
9595
#####################################################################
96-
_ctypes_test _ctypes/_ctypes_test.c
97-
_testbuffer _testbuffer.c
98-
_testcapi _testcapimodule.c
99-
_testimportmultiple _testimportmultiple.c
96+
#_ctypes_test _ctypes/_ctypes_test.c
97+
#_testbuffer _testbuffer.c
98+
#_testcapi _testcapimodule.c
99+
#_testimportmultiple _testimportmultiple.c
100+
#_testmultiphase _testmultiphase.c
100101

101102
#####################################################################
102103
# Modules that require additional frameworks
@@ -105,6 +106,7 @@ _testimportmultiple _testimportmultiple.c
105106
#_curses_panel _curses_panel.c -lpanel -lncurses
106107
#_dbm _dbmmodule.c
107108
#_gdbm _gdbmmodule.c -I/usr/local/include -L/usr/local/lib -lgdbm
109+
#_scproxy _scproxy.c -framework SystemConfiguration -framework CoreFoundation
108110
#_tkinter _tkinter.c tkappinit.c -DWITH_APPINIT -I... -L...
109111
#nis nismodule.c -lnsl
110112
#ossaudiodev

0 commit comments

Comments
 (0)