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

Skip to content

Commit 43a976e

Browse files
committed
remove duplicated type ready
1 parent b9c73e8 commit 43a976e

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
@@ -1538,9 +1538,6 @@ _Py_ReadyTypes(void)
15381538
if (PyType_Ready(&PyNone_Type) < 0)
15391539
Py_FatalError("Can't initialize None type");
15401540

1541-
if (PyType_Ready(Py_Ellipsis->ob_type) < 0)
1542-
Py_FatalError("Can't initialize type(Ellipsis)");
1543-
15441541
if (PyType_Ready(&PyNotImplemented_Type) < 0)
15451542
Py_FatalError("Can't initialize NotImplemented type");
15461543

0 commit comments

Comments
 (0)