Home
last modified time | relevance | path

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

/third_party/python/Include/
Dobject.h56 #if defined(Py_DEBUG) && !defined(Py_REF_DEBUG)
57 # define Py_REF_DEBUG macro
441 #ifdef Py_REF_DEBUG
463 #if defined(Py_REF_DEBUG) && defined(Py_LIMITED_API) && Py_LIMITED_API+0 >= 0x030A0000 in _Py_INCREF()
469 #ifdef Py_REF_DEBUG in _Py_INCREF()
478 #if defined(Py_REF_DEBUG) && !(defined(Py_LIMITED_API) && Py_LIMITED_API+0 >= 0x030A0000) in _Py_DECREF()
483 #if defined(Py_REF_DEBUG) && defined(Py_LIMITED_API) && Py_LIMITED_API+0 >= 0x030A0000 in _Py_DECREF()
489 #ifdef Py_REF_DEBUG in _Py_DECREF()
493 #ifdef Py_REF_DEBUG in _Py_DECREF()
504 #if defined(Py_REF_DEBUG) && !(defined(Py_LIMITED_API) && Py_LIMITED_API+0 >= 0x030A0000)
/third_party/python/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.
85 Py_DEBUG implies LLTRACE and Py_REF_DEBUG. In addition, C assert()s are enabled
Dstable_abi.txt2137 ifdef Py_REF_DEBUG
2141 ifdef Py_REF_DEBUG
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,
/third_party/python/Include/internal/
Dpycore_object.h144 #ifdef Py_REF_DEBUG
/third_party/python/Objects/
Dobject.c59 #ifdef Py_REF_DEBUG
123 #ifdef Py_REF_DEBUG
257 #ifdef Py_REF_DEBUG in PyObject_CallFinalizerFromDealloc()
1896 #ifdef Py_REF_DEBUG in _Py_NewReference()
Ddictobject.c323 #ifdef Py_REF_DEBUG in dictkeys_incref()
333 #ifdef Py_REF_DEBUG in dictkeys_decref()
608 #ifdef Py_REF_DEBUG in new_keys_object()
735 #ifdef Py_REF_DEBUG in clone_combined_dict_keys()
1292 #ifdef Py_REF_DEBUG in dictresize()
Dtupleobject.c981 #ifdef Py_REF_DEBUG in _PyTuple_Resize()
Dbytesobject.c3039 #ifdef Py_REF_DEBUG in _PyBytes_Resize()
Dunicodeobject.c1072 #ifdef Py_REF_DEBUG in resize_compact()
/third_party/python/Include/cpython/
Dobject.h12 #ifdef Py_REF_DEBUG
/third_party/python/Python/
Dpythonrun.c141 #ifdef Py_REF_DEBUG in _PyRun_InteractiveLoopObject()
167 #ifdef Py_REF_DEBUG in _PyRun_InteractiveLoopObject()
Dpylifecycle.c1735 #ifdef Py_REF_DEBUG in Py_FinalizeEx()
1826 #ifdef Py_REF_DEBUG in Py_FinalizeEx()
Dsysmodule.c1795 #ifdef Py_REF_DEBUG
/third_party/python/Python/clinic/
Dsysmodule.c.h735 #if defined(Py_REF_DEBUG)
/third_party/python/Doc/using/
Dconfigure.rst229 * Define ``Py_DEBUG`` and ``Py_REF_DEBUG`` macros.
274 build (``Py_DEBUG`` and ``Py_REF_DEBUG`` macros).
/third_party/python/Modules/
D_testcapimodule.c3756 #ifdef Py_REF_DEBUG in slot_tp_del()
5335 #ifdef Py_REF_DEBUG
5882 #ifdef Py_REF_DEBUG
/third_party/python/Doc/c-api/
Dinit_config.rst1026 Need a :ref:`debug build of Python <debug-build>` (the ``Py_REF_DEBUG``