Fix an accidental bug of an non-existent init function.
This commit is contained in:
parent
40f0a87666
commit
76ca13ca2a
|
@ -160,8 +160,6 @@ struct _inittab _PyImport_Inittab[] = {
|
|||
{"__builtin__", NULL},
|
||||
{"sys", NULL},
|
||||
{"exceptions", NULL},
|
||||
|
||||
{"_types", init_types},
|
||||
{"_warnings", _PyWarnings_Init},
|
||||
|
||||
/* Sentinel */
|
||||
|
|
Loading…
Reference in New Issue