Kaydet (Commit) 00086021 authored tarafından Thomas Wouters's avatar Thomas Wouters

remove debugging turd.

üst 38938156
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment