Home
last modified time | relevance | path

Searched refs:Py_REF_DEBUG (Results 1 – 15 of 15) sorted by relevance

/external/python/cpython3/Include/
Dobject.h60 #if defined(Py_TRACE_REFS) && !defined(Py_REF_DEBUG)
61 #define Py_REF_DEBUG macro
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
727 #ifdef Py_REF_DEBUG
/external/python/cpython3/Misc/
DSpecialBuilds.txt12 Py_REF_DEBUG
30 Py_REF_DEBUG also checks after every decref to verify that the refcount hasn't
52 Py_TRACE_REFS implies Py_REF_DEBUG.
159 Py_DEBUG implies LLTRACE, Py_REF_DEBUG, Py_TRACE_REFS, and PYMALLOC_DEBUG (if
DHISTORY26136 when Py_REF_DEBUG was defined and Py_TRACE_REFS was not.
32168 and REF_DEBUG have been renamed to Py_TRACE_REFS and Py_REF_DEBUG,
/external/python/cpython2/Include/
Dobject.h60 #if defined(Py_TRACE_REFS) && !defined(Py_REF_DEBUG)
61 #define Py_REF_DEBUG macro
706 #ifdef Py_REF_DEBUG
/external/python/cpython2/Misc/
DSpecialBuilds.txt12 Py_REF_DEBUG
28 Py_REF_DEBUG also checks after every decref to verify that the refcount hasn't
50 Py_TRACE_REFS implies Py_REF_DEBUG.
155 Py_DEBUG implies LLTRACE, Py_REF_DEBUG, Py_TRACE_REFS, and PYMALLOC_DEBUG (if
DHISTORY8757 when Py_REF_DEBUG was defined and Py_TRACE_REFS was not.
14789 and REF_DEBUG have been renamed to Py_TRACE_REFS and Py_REF_DEBUG,
/external/python/cpython2/Python/
Dsysmodule.c774 #ifdef Py_REF_DEBUG
953 #ifdef Py_REF_DEBUG
Dpythonrun.c102 #ifdef Py_REF_DEBUG in _PyDebug_PrintTotalRefs()
/external/python/cpython3/Python/
Dpylifecycle.c1149 #ifdef Py_REF_DEBUG in Py_FinalizeEx()
1241 #ifdef Py_REF_DEBUG in Py_FinalizeEx()
Dpythonrun.c94 #ifdef Py_REF_DEBUG in PyRun_InteractiveLoopFlags()
139 #ifdef Py_REF_DEBUG in PyRun_InteractiveLoopFlags()
Dsysmodule.c1299 #ifdef Py_REF_DEBUG
1551 #ifdef Py_REF_DEBUG
/external/python/cpython3/Objects/
Dobject.c19 #ifdef Py_REF_DEBUG
200 #ifdef Py_REF_DEBUG
/external/python/cpython2/Objects/
Dobject.c11 #ifdef Py_REF_DEBUG
189 #ifdef Py_REF_DEBUG
Dsetobject.c30 #ifdef Py_REF_DEBUG
Ddictobject.c140 #ifdef Py_REF_DEBUG