From: Brett Cannon Date: Sun, 13 Apr 2008 00:25:15 +0000 (+0000) Subject: Fix an accidental bug of an non-existent init function. X-Git-Tag: v2.6a3~207 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=76ca13ca2a5dfbd74d590a6862e1b52cc1e0d6b0;p=thirdparty%2FPython%2Fcpython.git Fix an accidental bug of an non-existent init function. --- diff --git a/PC/config.c b/PC/config.c index 688edc9c89b6..0d19caff8c67 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 */