HomeSort by relevance Sort by last modified time
    Searched defs:Py_REF_DEBUG (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
object.h 59 /* Py_TRACE_REFS implies Py_REF_DEBUG. */
60 #if defined(Py_TRACE_REFS) && !defined(Py_REF_DEBUG)
61 #define Py_REF_DEBUG
672 in special builds (Py_REF_DEBUG, Py_TRACE_REFS) performs additional
706 #ifdef Py_REF_DEBUG
726 #endif /* Py_REF_DEBUG */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
object.h 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 */
    [all...]
  /external/python/cpython2/Include/
object.h 59 /* Py_TRACE_REFS implies Py_REF_DEBUG. */
60 #if defined(Py_TRACE_REFS) && !defined(Py_REF_DEBUG)
61 #define Py_REF_DEBUG
672 in special builds (Py_REF_DEBUG, Py_TRACE_REFS) performs additional
706 #ifdef Py_REF_DEBUG
726 #endif /* Py_REF_DEBUG */
    [all...]
  /external/python/cpython3/Include/
object.h 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 */
    [all...]

Completed in 413 milliseconds