From: Guido van Rossum Date: Thu, 16 Aug 2001 08:24:00 +0000 (+0000) Subject: Oops. Two fixes for SF bug #422004 are not needed. :-) X-Git-Tag: v2.2a3~516 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f6309e8ecf293f5dbab031b1b8068771d5ac9a8f;p=python Oops. Two fixes for SF bug #422004 are not needed. :-) --- diff --git a/Python/pythonrun.c b/Python/pythonrun.c index 4ee82e44ee..232ba55ac9 100644 --- a/Python/pythonrun.c +++ b/Python/pythonrun.c @@ -152,7 +152,6 @@ Py_Initialize(void) /* phase 2 of builtins */ _PyImport_FixupExtension("__builtin__", "__builtin__"); - _PyImport_FixupExtension("exceptions", "exceptions"); initsigs(); /* Signal handling stuff, including initintr() */