mirror of
https://github.com/python/cpython.git
synced 2025-01-19 23:15:20 +08:00
re-enabled newmodule
This commit is contained in:
parent
d8eb8a7945
commit
ea79c876d3
@ -287,9 +287,7 @@ extern void initfl();
|
||||
extern void initthread();
|
||||
extern void inittiming();
|
||||
extern void initsignal();
|
||||
#if 0
|
||||
extern void initnew();
|
||||
#endif
|
||||
extern void initdl();
|
||||
extern void initsyslog();
|
||||
extern void initgestalt();
|
||||
@ -361,9 +359,7 @@ struct {
|
||||
#endif
|
||||
{"md5", initmd5},
|
||||
{"rotor", initrotor},
|
||||
#if 0
|
||||
{"new", initnew},
|
||||
#endif
|
||||
{"gestalt", initgestalt},
|
||||
{"macfs", initmacfs},
|
||||
{"binascii", initbinascii},
|
||||
|
Loading…
Reference in New Issue
Block a user