mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
merge 3.2
This commit is contained in:
commit
ecb3bd93ff
1 changed files with 0 additions and 3 deletions
|
@ -1472,9 +1472,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…
Add table
Add a link
Reference in a new issue