diff --git a/PC/config.c b/PC/config.c index f85415d8311..d9d9187f852 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}