diff options
author | Guido van Rossum <guido@python.org> | 2001-08-16 08:24:00 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2001-08-16 08:24:00 +0000 |
commit | 1c386f36ce5a9210a2ad235afcb513ffcf7f52a8 (patch) | |
tree | 91183eaa948f5749398ed2a7c0a25e91c7afbc3d /Python/pythonrun.c | |
parent | cd485e5807a52767275a7fe94fdaa621ee0a9116 (diff) | |
download | cpython-1c386f36ce5a9210a2ad235afcb513ffcf7f52a8.tar.gz |
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 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() */ |