summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
Diffstat (limited to 'Python')
-rw-r--r--Python/pythonrun.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/pythonrun.c b/Python/pythonrun.c
index f5fcaf1..f579f44 100644
--- a/Python/pythonrun.c
+++ b/Python/pythonrun.c
@@ -151,6 +151,7 @@ Py_Initialize(void)
/* initialize builtin exceptions */
_PyExc_Init();
+ _PyImport_FixupExtension("exceptions", "exceptions");
/* phase 2 of builtins */
_PyImport_FixupExtension("__builtin__", "__builtin__");