summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Objects/typeobject.c4
1 files changed, 0 insertions, 4 deletions
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 @@ 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;