From f6309e8ecf293f5dbab031b1b8068771d5ac9a8f Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 16 Aug 2001 08:24:00 +0000 Subject: Oops. Two fixes for SF bug #422004 are not needed. :-) --- Python/pythonrun.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Python/pythonrun.c b/Python/pythonrun.c index 4ee82e4..232ba55 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() */ -- cgit v0.12