]> granicus.if.org Git - python/commitdiff
remove debugging turd.
authorThomas Wouters <thomas@python.org>
Mon, 21 Aug 2006 23:40:16 +0000 (23:40 +0000)
committerThomas Wouters <thomas@python.org>
Mon, 21 Aug 2006 23:40:16 +0000 (23:40 +0000)
Objects/typeobject.c

index f30a8268fc9744ff0e52a58f067e4c1ce45e372b..d19801f38ffab9375838e7e26a75de06c38e52e4 100644 (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;