mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
exceptions was missing from the module list. Added.
This commit is contained in:
parent
535c524508
commit
e7d8322630
1 changed files with 1 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue