commit | 0008602188da017f877216fbfc89c7fac8952add | [log] [tgz] |
---|---|---|
author | Thomas Wouters <thomas@python.org> | Mon Aug 21 23:40:16 2006 +0000 |
committer | Thomas Wouters <thomas@python.org> | Mon Aug 21 23:40:16 2006 +0000 |
tree | 1dcfdd887ca1a2e93aba2a8def86cfc7491e3621 | |
parent | 389381564cfa936c8e50bc51dc53b55cba857652 [diff] |
remove debugging turd.
diff --git a/Objects/typeobject.c b/Objects/typeobject.c index f30a826..d19801f 100644 --- a/Objects/typeobject.c +++ b/Objects/typeobject.c
@@ -3050,10 +3050,6 @@ 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;