mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
remove debugging turd.
This commit is contained in:
parent
389381564c
commit
0008602188
1 changed files with 0 additions and 4 deletions
|
@ -3050,10 +3050,6 @@ PyType_Ready(PyTypeObject *type)
|
||||||
PyTypeObject *base;
|
PyTypeObject *base;
|
||||||
Py_ssize_t i, n;
|
Py_ssize_t i, n;
|
||||||
|
|
||||||
if (strcmp(type->tp_name, "C") == 0) {
|
|
||||||
_Py_Break();
|
|
||||||
}
|
|
||||||
|
|
||||||
if (type->tp_flags & Py_TPFLAGS_READY) {
|
if (type->tp_flags & Py_TPFLAGS_READY) {
|
||||||
assert(type->tp_dict != NULL);
|
assert(type->tp_dict != NULL);
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue