mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Somehow this contained a bogus reference to "exceptions" which caused
"import exceptions" to behave bizarrely.
This commit is contained in:
parent
756aa93763
commit
b8551ae68f
1 changed files with 0 additions and 2 deletions
|
@ -50,7 +50,6 @@ struct _inittab _PyImport_Inittab[] = {
|
|||
{"__main__", NULL},
|
||||
{"__builtin__", NULL},
|
||||
{"sys", NULL},
|
||||
{"exceptions", NULL},
|
||||
|
||||
/* This lives in gcmodule.c */
|
||||
{"gc", initgc},
|
||||
|
@ -63,4 +62,3 @@ struct _inittab _PyImport_Inittab[] = {
|
|||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue