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},
|
{"__builtin__", NULL},
|
||||||
{"sys", NULL},
|
{"sys", NULL},
|
||||||
{"exceptions", NULL},
|
{"exceptions", NULL},
|
||||||
|
|
||||||
{"_types", init_types},
|
|
||||||
{"_warnings", _PyWarnings_Init},
|
{"_warnings", _PyWarnings_Init},
|
||||||
|
|
||||||
/* Sentinel */
|
/* Sentinel */
|
||||||
|
|
Loading…
Reference in New Issue