Kaydet (Commit) e7d83226 authored tarafından Jack Jansen's avatar Jack Jansen

exceptions was missing from the module list. Added.

üst 535c5245
......@@ -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