Searched refs:Py_REF_DEBUG (Results 1 – 15 of 15) sorted by relevance
/external/python/cpython3/Include/ |
D | object.h | 60 #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/ |
D | SpecialBuilds.txt | 12 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
|
D | HISTORY | 26136 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/ |
D | object.h | 60 #if defined(Py_TRACE_REFS) && !defined(Py_REF_DEBUG) 61 #define Py_REF_DEBUG macro 706 #ifdef Py_REF_DEBUG
|
/external/python/cpython2/Misc/ |
D | SpecialBuilds.txt | 12 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
|
D | HISTORY | 8757 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/ |
D | sysmodule.c | 774 #ifdef Py_REF_DEBUG 953 #ifdef Py_REF_DEBUG
|
D | pythonrun.c | 102 #ifdef Py_REF_DEBUG in _PyDebug_PrintTotalRefs()
|
/external/python/cpython3/Python/ |
D | pylifecycle.c | 1149 #ifdef Py_REF_DEBUG in Py_FinalizeEx() 1241 #ifdef Py_REF_DEBUG in Py_FinalizeEx()
|
D | pythonrun.c | 94 #ifdef Py_REF_DEBUG in PyRun_InteractiveLoopFlags() 139 #ifdef Py_REF_DEBUG in PyRun_InteractiveLoopFlags()
|
D | sysmodule.c | 1299 #ifdef Py_REF_DEBUG 1551 #ifdef Py_REF_DEBUG
|
/external/python/cpython3/Objects/ |
D | object.c | 19 #ifdef Py_REF_DEBUG 200 #ifdef Py_REF_DEBUG
|
/external/python/cpython2/Objects/ |
D | object.c | 11 #ifdef Py_REF_DEBUG 189 #ifdef Py_REF_DEBUG
|
D | setobject.c | 30 #ifdef Py_REF_DEBUG
|
D | dictobject.c | 140 #ifdef Py_REF_DEBUG
|