Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ecb3bd9

Browse files
committed
merge 3.2
2 parents a06c029 + 43a976e commit ecb3bd9

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Objects/object.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1472,9 +1472,6 @@ _Py_ReadyTypes(void)
14721472
if (PyType_Ready(&PyNone_Type) < 0)
14731473
Py_FatalError("Can't initialize None type");
14741474

1475-
if (PyType_Ready(Py_Ellipsis->ob_type) < 0)
1476-
Py_FatalError("Can't initialize type(Ellipsis)");
1477-
14781475
if (PyType_Ready(&PyNotImplemented_Type) < 0)
14791476
Py_FatalError("Can't initialize NotImplemented type");
14801477

0 commit comments

Comments
 (0)