From: Guido van Rossum Date: Sat, 7 Apr 2007 03:14:46 +0000 (+0000) Subject: Somehow this contained a bogus reference to "exceptions" which caused X-Git-Tag: v3.0a1~1086 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b8551ae68fc330040e39ee2f4b6bdedcad1ea0a8;p=python Somehow this contained a bogus reference to "exceptions" which caused "import exceptions" to behave bizarrely. --- diff --git a/Modules/config.c.in b/Modules/config.c.in index 8c25eea2e9..e9c54a9bdb 100644 --- a/Modules/config.c.in +++ b/Modules/config.c.in @@ -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 -