Searched defs:Py_TRACE_REFS (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dobject.h54 /* Py_DEBUG implies Py_TRACE_REFS. */
55 #if defined(Py_DEBUG) && !defined(Py_TRACE_REFS)
56 #define Py_TRACE_REFS macro
59 /* Py_TRACE_REFS implies Py_REF_DEBUG. */
60 #if defined(Py_TRACE_REFS) && !defined(Py_REF_DEBUG)
64 #ifdef Py_TRACE_REFS
672 in special builds (Py_REF_DEBUG, Py_TRACE_REFS) performs additional
742 #ifdef Py_TRACE_REFS
743 /* Py_TRACE_REFS is such major surgery that we call external routines. */
752 /* Without Py_TRACE_REFS, ther
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dobject.h54 /* Py_DEBUG implies Py_TRACE_REFS. */
55 #if defined(Py_DEBUG) && !defined(Py_TRACE_REFS)
56 #define Py_TRACE_REFS macro
59 /* Py_TRACE_REFS implies Py_REF_DEBUG. */
60 #if defined(Py_TRACE_REFS) && !defined(Py_REF_DEBUG)
64 #ifdef Py_TRACE_REFS
660 in special builds (Py_REF_DEBUG, Py_TRACE_REFS) performs additional
730 #ifdef Py_TRACE_REFS
731 /* Py_TRACE_REFS is such major surgery that we call external routines. */
740 /* Without Py_TRACE_REFS, ther
[all...]

Completed in 298 milliseconds