Home | History | Annotate | Download | only in Include

Lines Matching defs: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
64 #if defined(Py_LIMITED_API) && defined(Py_REF_DEBUG)
65 #error Py_LIMITED_API is incompatible with Py_DEBUG, Py_TRACE_REFS, and Py_REF_DEBUG
699 in special builds (Py_REF_DEBUG, Py_TRACE_REFS) performs additional
727 #ifdef Py_REF_DEBUG
740 /* Py_REF_DEBUG also controls the display of refcounts and memory block
749 #endif /* Py_REF_DEBUG */