Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db5e86a commit 5428f48Copy full SHA for 5428f48
1 file changed
Objects/object.c
@@ -182,8 +182,6 @@ _Py_inc_count(PyTypeObject *tp)
182
{
183
if (tp->tp_next == NULL && tp->tp_prev == NULL) {
184
/* first time; insert in linked list */
185
- if (tp->tp_next != NULL) /* sanity check */
186
- Py_FatalError("XXX _Py_inc_count sanity check");
187
if (type_list)
188
type_list->tp_prev = tp;
189
tp->tp_next = type_list;
0 commit comments