Lines Matching refs:Py_REF_DEBUG
54 /* Py_DEBUG implies Py_REF_DEBUG. */
55 #if defined(Py_DEBUG) && !defined(Py_REF_DEBUG)
56 # define Py_REF_DEBUG
452 in special builds (Py_REF_DEBUG, Py_TRACE_REFS) performs additional
471 #ifdef Py_REF_DEBUG
475 #endif /* Py_REF_DEBUG */
493 #if defined(Py_REF_DEBUG) && defined(Py_LIMITED_API) && Py_LIMITED_API+0 >= 0x030A0000
499 #ifdef Py_REF_DEBUG
510 #if defined(Py_REF_DEBUG) && defined(Py_LIMITED_API) && Py_LIMITED_API+0 >= 0x030A0000
517 #elif defined(Py_REF_DEBUG)