Commit 27e62ad4 authored by Jack Jansen's avatar Jack Jansen

exceptions was missing from the module list. Added.

parent 79a9106e
......@@ -306,6 +306,7 @@ struct _inittab _PyImport_Inittab[] = {
/* These entries are here for sys.builtin_module_names */
{"__main__", NULL},
{"__builtin__", NULL},
{"exceptions", NULL},
{"sys", NULL},
/* Sentinel */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment