Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fc7d379

Browse files
committed
- Got rid of newmodule.c
- These are the final projects that support classic.
1 parent 0ae0c07 commit fc7d379

4 files changed

Lines changed: 1 addition & 3 deletions

File tree

Mac/Build/PythonCore.mcp

0 Bytes
Binary file not shown.

Mac/Build/PythonStandSmall.mcp

0 Bytes
Binary file not shown.

Mac/Include/macbuildno.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#define BUILD 124
1+
#define BUILD 144

Mac/Modules/macconfig.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ extern void initfl();
6969
extern void initthread();
7070
extern void inittiming();
7171
extern void initsignal();
72-
extern void initnew();
7372
extern void initdl();
7473
extern void initsyslog();
7574
extern void initgestalt();
@@ -199,7 +198,6 @@ struct _inittab _PyImport_Inittab[] = {
199198
{"rgbimg", initrgbimg},
200199
{"md5", initmd5},
201200
{"rotor", initrotor},
202-
{"new", initnew},
203201
{"gestalt", initgestalt},
204202
{"macfs", initmacfs},
205203
{"binascii", initbinascii},

0 commit comments

Comments
 (0)