mirror of https://github.com/python/cpython
remove duplicated type ready
This commit is contained in:
parent
b9c73e8cf0
commit
43a976e3d9
|
@ -1538,9 +1538,6 @@ _Py_ReadyTypes(void)
|
|||
if (PyType_Ready(&PyNone_Type) < 0)
|
||||
Py_FatalError("Can't initialize None type");
|
||||
|
||||
if (PyType_Ready(Py_Ellipsis->ob_type) < 0)
|
||||
Py_FatalError("Can't initialize type(Ellipsis)");
|
||||
|
||||
if (PyType_Ready(&PyNotImplemented_Type) < 0)
|
||||
Py_FatalError("Can't initialize NotImplemented type");
|
||||
|
||||
|
|
Loading…
Reference in New Issue