Thanks to visit codestin.com Credit goes to github.com
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.
1 parent b9c73e8 commit 43a976eCopy full SHA for 43a976e
1 file changed
Objects/object.c
@@ -1538,9 +1538,6 @@ _Py_ReadyTypes(void)
1538
if (PyType_Ready(&PyNone_Type) < 0)
1539
Py_FatalError("Can't initialize None type");
1540
1541
- if (PyType_Ready(Py_Ellipsis->ob_type) < 0)
1542
- Py_FatalError("Can't initialize type(Ellipsis)");
1543
-
1544
if (PyType_Ready(&PyNotImplemented_Type) < 0)
1545
Py_FatalError("Can't initialize NotImplemented type");
1546
0 commit comments