remove debugging turd.

This commit is contained in:
Thomas Wouters 2006-08-21 23:40:16 +00:00
parent 389381564c
commit 0008602188

View file

@ -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;