exceptions was missing from the module list. Added.
This commit is contained in:
parent
535c524508
commit
e7d8322630
@ -306,6 +306,7 @@ struct _inittab _PyImport_Inittab[] = {
|
|||||||
/* These entries are here for sys.builtin_module_names */
|
/* These entries are here for sys.builtin_module_names */
|
||||||
{"__main__", NULL},
|
{"__main__", NULL},
|
||||||
{"__builtin__", NULL},
|
{"__builtin__", NULL},
|
||||||
|
{"exceptions", NULL},
|
||||||
{"sys", NULL},
|
{"sys", NULL},
|
||||||
|
|
||||||
/* Sentinel */
|
/* Sentinel */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user