Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b8551ae

Browse files
committed
Somehow this contained a bogus reference to "exceptions" which caused
"import exceptions" to behave bizarrely.
1 parent 756aa93 commit b8551ae

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Modules/config.c.in

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ struct _inittab _PyImport_Inittab[] = {
5050
{"__main__", NULL},
5151
{"__builtin__", NULL},
5252
{"sys", NULL},
53-
{"exceptions", NULL},
5453

5554
/* This lives in gcmodule.c */
5655
{"gc", initgc},
@@ -63,4 +62,3 @@ struct _inittab _PyImport_Inittab[] = {
6362
#ifdef __cplusplus
6463
}
6564
#endif
66-

0 commit comments

Comments
 (0)