@@ -57,8 +57,8 @@ _symtable symtablemodule.c
57
57
_thread -DPy_BUILD_CORE _threadmodule.c
58
58
_tracemalloc _tracemalloc.c hashtable.c
59
59
_weakref _weakref.c
60
- atexit atexitmodule.c
61
60
array arraymodule.c
61
+ atexit atexitmodule.c
62
62
audioop audioop.c
63
63
binascii binascii.c
64
64
cmath cmathmodule.c _math.c
@@ -90,10 +90,11 @@ zlib zlibmodule.c -I$(prefix)/include -lz
90
90
#####################################################################
91
91
# Testing modules
92
92
#####################################################################
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
97
98
98
99
#####################################################################
99
100
# Modules that require additional frameworks
@@ -102,6 +103,7 @@ _testimportmultiple _testimportmultiple.c
102
103
#_curses_panel _curses_panel.c -lpanel -lncurses
103
104
#_dbm _dbmmodule.c
104
105
#_gdbm _gdbmmodule.c -I/usr/local/include -L/usr/local/lib -lgdbm
106
+ #_scproxy _scproxy.c -framework SystemConfiguration -framework CoreFoundation
105
107
#_tkinter _tkinter.c tkappinit.c -DWITH_APPINIT -I... -L...
106
108
#nis nismodule.c -lnsl
107
109
#ossaudiodev
0 commit comments