Home | History | Annotate | Download | only in Include

Lines Matching defs:Py_TRACE_REFS

54 /* Py_DEBUG implies Py_TRACE_REFS. */
55 #if defined(Py_DEBUG) && !defined(Py_TRACE_REFS)
56 #define Py_TRACE_REFS
59 /* Py_TRACE_REFS implies Py_REF_DEBUG. */
60 #if defined(Py_TRACE_REFS) && !defined(Py_REF_DEBUG)
65 #error Py_LIMITED_API is incompatible with Py_DEBUG, Py_TRACE_REFS, and Py_REF_DEBUG
69 #ifdef Py_TRACE_REFS
699 in special builds (Py_REF_DEBUG, Py_TRACE_REFS) performs additional
765 #ifdef Py_TRACE_REFS
766 /* Py_TRACE_REFS is such major surgery that we call external routines. */
775 /* Without Py_TRACE_REFS, there's little enough to do that we expand code
792 #endif /* !Py_TRACE_REFS */