We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a06c029 + 43a976e commit ecb3bd9Copy full SHA for ecb3bd9
1 file changed
Objects/object.c
@@ -1472,9 +1472,6 @@ _Py_ReadyTypes(void)
1472
if (PyType_Ready(&PyNone_Type) < 0)
1473
Py_FatalError("Can't initialize None type");
1474
1475
- if (PyType_Ready(Py_Ellipsis->ob_type) < 0)
1476
- Py_FatalError("Can't initialize type(Ellipsis)");
1477
-
1478
if (PyType_Ready(&PyNotImplemented_Type) < 0)
1479
Py_FatalError("Can't initialize NotImplemented type");
1480
0 commit comments