summaryrefslogtreecommitdiff
path: root/Modules/config.c.in
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-08-02 04:15:00 +0000
committerTim Peters <tim.peters@gmail.com>2001-08-02 04:15:00 +0000
commitd8f1888e1764ecb32a0d04eae72739480bffd393 (patch)
treebfab9c210304cd7f6f4ce2f050419055e638e0b9 /Modules/config.c.in
parent9080f8aaae52e9b294b4c6e44a4b94aa26eeb627 (diff)
downloadcpython-d8f1888e1764ecb32a0d04eae72739480bffd393.tar.gz
Merge of descr-branch back into trunk.
Diffstat (limited to 'Modules/config.c.in')
-rw-r--r--Modules/config.c.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/config.c.in b/Modules/config.c.in
index 5a5878fe9a..0d5e8b061a 100644
--- a/Modules/config.c.in
+++ b/Modules/config.c.in
@@ -37,7 +37,7 @@ struct _inittab _PyImport_Inittab[] = {
{"__main__", NULL},
{"__builtin__", NULL},
{"sys", NULL},
- {"exceptions", init_exceptions},
+ {"exceptions", NULL},
/* Sentinel */
{0, 0}