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 78be799 commit 3e40c7fCopy full SHA for 3e40c7f
1 file changed
Objects/object.c
@@ -89,7 +89,7 @@ inc_count(PyTypeObject *tp)
89
*/
90
Py_INCREF(tp);
91
type_list = tp;
92
-#ifdef Py_REF_DEBUG
+#ifdef Py_TRACE_REFS
93
/* Also insert in the doubly-linked list of all objects. */
94
if (tp->_ob_next == NULL) {
95
PyObject *op = (PyObject *)tp;
0 commit comments