summaryrefslogtreecommitdiffstats
path: root/PC
diff options
context:
space:
mode:
Diffstat (limited to 'PC')
-rw-r--r--PC/config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/PC/config.c b/PC/config.c
index f85415d..d9d9187 100644
--- a/PC/config.c
+++ b/PC/config.c
@@ -117,6 +117,7 @@ struct _inittab _PyImport_Inittab[] = {
{"__main__", NULL},
{"__builtin__", NULL},
{"sys", NULL},
+ {"exceptions", NULL},
/* Sentinel */
{0, 0}