mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
remove debugging turd.
This commit is contained in:
@@ -3050,10 +3050,6 @@ PyType_Ready(PyTypeObject *type)
|
||||
PyTypeObject *base;
|
||||
Py_ssize_t i, n;
|
||||
|
||||
if (strcmp(type->tp_name, "C") == 0) {
|
||||
_Py_Break();
|
||||
}
|
||||
|
||||
if (type->tp_flags & Py_TPFLAGS_READY) {
|
||||
assert(type->tp_dict != NULL);
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user