Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3e40c7f

Browse files
committed
Oops! Used a wrong preprocessor symbol.
1 parent 78be799 commit 3e40c7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Objects/object.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ inc_count(PyTypeObject *tp)
8989
*/
9090
Py_INCREF(tp);
9191
type_list = tp;
92-
#ifdef Py_REF_DEBUG
92+
#ifdef Py_TRACE_REFS
9393
/* Also insert in the doubly-linked list of all objects. */
9494
if (tp->_ob_next == NULL) {
9595
PyObject *op = (PyObject *)tp;

0 commit comments

Comments
 (0)