mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Fix an accidental bug of an non-existent init function.
This commit is contained in:
parent
40f0a87666
commit
76ca13ca2a
1 changed files with 0 additions and 2 deletions
|
@ -160,8 +160,6 @@ struct _inittab _PyImport_Inittab[] = {
|
|||
{"__builtin__", NULL},
|
||||
{"sys", NULL},
|
||||
{"exceptions", NULL},
|
||||
|
||||
{"_types", init_types},
|
||||
{"_warnings", _PyWarnings_Init},
|
||||
|
||||
/* Sentinel */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue