]> granicus.if.org Git - python/commitdiff
Oops! Used a wrong preprocessor symbol.
authorTim Peters <tim.peters@gmail.com>
Sun, 23 Mar 2003 03:04:32 +0000 (03:04 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 23 Mar 2003 03:04:32 +0000 (03:04 +0000)
Objects/object.c

index 2332df837d7f19073e6160626d5fcc5a6241b8f1..ecc25c7c5ec7ff2d222549f66d1da10c11b8c4a0 100644 (file)
@@ -89,7 +89,7 @@ inc_count(PyTypeObject *tp)
                 */
                Py_INCREF(tp);
                type_list = tp;
-#ifdef Py_REF_DEBUG
+#ifdef Py_TRACE_REFS
                /* Also insert in the doubly-linked list of all objects. */
                if (tp->_ob_next == NULL) {
                        PyObject *op = (PyObject *)tp;