From 76ca13ca2a5dfbd74d590a6862e1b52cc1e0d6b0 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Sun, 13 Apr 2008 00:25:15 +0000 Subject: [PATCH] Fix an accidental bug of an non-existent init function. --- PC/config.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/PC/config.c b/PC/config.c index 688edc9c89b..0d19caff8c6 100644 --- a/PC/config.c +++ b/PC/config.c @@ -160,8 +160,6 @@ struct _inittab _PyImport_Inittab[] = { {"__builtin__", NULL}, {"sys", NULL}, {"exceptions", NULL}, - - {"_types", init_types}, {"_warnings", _PyWarnings_Init}, /* Sentinel */