diff options
Diffstat (limited to 'PC/config.c')
-rw-r--r-- | PC/config.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/PC/config.c b/PC/config.c index 688edc9..0d19caf 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 */ |