mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
_PyImport_Inittab: define the exceptions module's init function.
Fixes bug #121706.
This commit is contained in:
parent
9080e9b938
commit
9ac33509de
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ struct _inittab _PyImport_Inittab[] = {
|
|||
{"__main__", NULL},
|
||||
{"__builtin__", NULL},
|
||||
{"sys", NULL},
|
||||
{"exceptions", NULL},
|
||||
{"exceptions", init_exceptions},
|
||||
|
||||
/* Sentinel */
|
||||
{0, 0}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue