Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dobject.h56 #if defined(Py_DEBUG) && !defined(Py_REF_DEBUG)
57 #define Py_REF_DEBUG macro
60 #if defined(Py_LIMITED_API) && defined(Py_REF_DEBUG)
61 #error Py_LIMITED_API is incompatible with Py_DEBUG, Py_TRACE_REFS, and Py_REF_DEBUG
395 #ifdef Py_REF_DEBUG
405 #ifdef Py_REF_DEBUG in _Py_INCREF()
414 #ifdef Py_REF_DEBUG in _Py_DECREF()
419 #ifdef Py_REF_DEBUG in _Py_DECREF()
423 #ifdef Py_REF_DEBUG in _Py_DECREF()
434 #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
33 Py_DEBUG implies Py_REF_DEBUG.
160 Py_DEBUG implies LLTRACE, Py_REF_DEBUG, 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/cpython3/Include/internal/
Dpycore_object.h82 #ifdef 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/cffi/cffi/
D_cffi_include.h23 # if !defined(Py_DEBUG) && !defined(Py_TRACE_REFS) && !defined(Py_REF_DEBUG)
/external/python/cpython3/Objects/
Dobject.c52 #ifdef Py_REF_DEBUG
117 #ifdef Py_REF_DEBUG
237 #ifdef Py_REF_DEBUG in PyObject_CallFinalizerFromDealloc()
1827 #ifdef Py_REF_DEBUG in _Py_NewReference()
Ddictobject.c319 #ifdef Py_REF_DEBUG in dictkeys_incref()
329 #ifdef Py_REF_DEBUG in dictkeys_decref()
578 #ifdef Py_REF_DEBUG in new_keys_object()
712 #ifdef Py_REF_DEBUG in clone_combined_dict()
1273 #ifdef Py_REF_DEBUG in dictresize()
Dtupleobject.c931 #ifdef Py_REF_DEBUG in _PyTuple_Resize()
Dbytesobject.c3029 #ifdef Py_REF_DEBUG in _PyBytes_Resize()
Dunicodeobject.c1072 #ifdef Py_REF_DEBUG in resize_compact()
/external/python/cpython3/Include/cpython/
Dobject.h20 #ifdef 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/clinic/
Dsysmodule.c.h702 #if defined(Py_REF_DEBUG)
/external/python/cpython3/Python/
Dpylifecycle.c1377 #ifdef Py_REF_DEBUG in Py_FinalizeEx()
1471 #ifdef Py_REF_DEBUG in Py_FinalizeEx()
Dpythonrun.c97 #ifdef Py_REF_DEBUG in PyRun_InteractiveLoopFlags()
141 #ifdef Py_REF_DEBUG in PyRun_InteractiveLoopFlags()
Dsysmodule.c1741 #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
/external/python/cpython3/Modules/
D_testcapimodule.c3608 #ifdef Py_REF_DEBUG in slot_tp_del()
5150 #ifdef Py_REF_DEBUG
5545 #ifdef Py_REF_DEBUG
/external/python/cpython3/Doc/c-api/
Dinit_config.rst645 Need a debug build of Python (``Py_REF_DEBUG`` macro must be defined).