mirror of
https://github.com/python/cpython.git
synced 2025-10-22 06:32:43 +00:00
Oops! Used a wrong preprocessor symbol.
This commit is contained in:
parent
78be7993b6
commit
3e40c7ff5b
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ inc_count(PyTypeObject *tp)
|
||||||
*/
|
*/
|
||||||
Py_INCREF(tp);
|
Py_INCREF(tp);
|
||||||
type_list = tp;
|
type_list = tp;
|
||||||
#ifdef Py_REF_DEBUG
|
#ifdef Py_TRACE_REFS
|
||||||
/* Also insert in the doubly-linked list of all objects. */
|
/* Also insert in the doubly-linked list of all objects. */
|
||||||
if (tp->_ob_next == NULL) {
|
if (tp->_ob_next == NULL) {
|
||||||
PyObject *op = (PyObject *)tp;
|
PyObject *op = (PyObject *)tp;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue