Home | History | Annotate | Download | only in Include

Lines Matching refs:Py_REF_DEBUG

59 /* Py_TRACE_REFS implies Py_REF_DEBUG. */

60 #if defined(Py_TRACE_REFS) && !defined(Py_REF_DEBUG)
61 #define Py_REF_DEBUG
660 in special builds (Py_REF_DEBUG, Py_TRACE_REFS) performs additional
694 #ifdef Py_REF_DEBUG
714 #endif /* Py_REF_DEBUG */