diff options
author | Guido van Rossum <guido@python.org> | 2001-08-16 08:24:00 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2001-08-16 08:24:00 (GMT) |
commit | f6309e8ecf293f5dbab031b1b8068771d5ac9a8f (patch) | |
tree | 540748f324fbd39f44980b10013e23aa7a2fda5f /Python/pythonrun.c | |
parent | 70d893a6aaf335383d2efcf7c40194e4f1a7e474 (diff) | |
download | cpython-f6309e8ecf293f5dbab031b1b8068771d5ac9a8f.zip cpython-f6309e8ecf293f5dbab031b1b8068771d5ac9a8f.tar.gz cpython-f6309e8ecf293f5dbab031b1b8068771d5ac9a8f.tar.bz2 |
Oops. Two fixes for SF bug #422004 are not needed. :-)
Diffstat (limited to 'Python/pythonrun.c')
-rw-r--r-- | Python/pythonrun.c | 1 |
1 files changed, 0 insertions, 1 deletions
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() */ |