mirror of
https://github.com/python/cpython.git
synced 2024-11-25 02:44:06 +08:00
Add "exceptions" to list of built-in modules for the sake of
sys.builtin_module_names. (Noticed by Toby Dickenson.)
This commit is contained in:
parent
0ae528447f
commit
3f2fa0a53d
@ -37,6 +37,7 @@ struct _inittab _PyImport_Inittab[] = {
|
||||
{"__main__", NULL},
|
||||
{"__builtin__", NULL},
|
||||
{"sys", NULL},
|
||||
{"exceptions", NULL},
|
||||
|
||||
/* Sentinel */
|
||||
{0, 0}
|
||||
|
Loading…
Reference in New Issue
Block a user