Commit 3e40c7ff authored by Tim Peters's avatar Tim Peters

Oops! Used a wrong preprocessor symbol.

parent 78be7993
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment