*** pythonrun.c,1 Mon May 7 14:41:29 2001 --- pythonrun.c Mon May 7 14:42:39 2001 *************** *** 147,152 **** --- 147,153 ---- /* phase 2 of builtins */ _PyImport_FixupExtension("__builtin__", "__builtin__"); + _PyImport_FixupExtension("exceptions", "exceptions"); initsigs(); /* Signal handling stuff, including initintr() */