mirror of
https://github.com/python/cpython.git
synced 2025-11-02 19:12:55 +00:00
- Got rid of newmodule.c
- These are the final projects that support classic.
This commit is contained in:
parent
0ae0c07661
commit
fc7d379a96
4 changed files with 1 additions and 3 deletions
Binary file not shown.
Binary file not shown.
|
|
@ -1 +1 @@
|
||||||
#define BUILD 124
|
#define BUILD 144
|
||||||
|
|
|
||||||
|
|
@ -69,7 +69,6 @@ extern void initfl();
|
||||||
extern void initthread();
|
extern void initthread();
|
||||||
extern void inittiming();
|
extern void inittiming();
|
||||||
extern void initsignal();
|
extern void initsignal();
|
||||||
extern void initnew();
|
|
||||||
extern void initdl();
|
extern void initdl();
|
||||||
extern void initsyslog();
|
extern void initsyslog();
|
||||||
extern void initgestalt();
|
extern void initgestalt();
|
||||||
|
|
@ -199,7 +198,6 @@ struct _inittab _PyImport_Inittab[] = {
|
||||||
{"rgbimg", initrgbimg},
|
{"rgbimg", initrgbimg},
|
||||||
{"md5", initmd5},
|
{"md5", initmd5},
|
||||||
{"rotor", initrotor},
|
{"rotor", initrotor},
|
||||||
{"new", initnew},
|
|
||||||
{"gestalt", initgestalt},
|
{"gestalt", initgestalt},
|
||||||
{"macfs", initmacfs},
|
{"macfs", initmacfs},
|
||||||
{"binascii", initbinascii},
|
{"binascii", initbinascii},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue