Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_object.h109 #ifdef Py_REF_DEBUG
128 #ifdef Py_REF_DEBUG in _Py_RefcntAdd()
209 #ifdef Py_REF_DEBUG in _Py_DECREF_SPECIALIZED()
235 #ifdef Py_REF_DEBUG in _Py_DECREF_NO_DEALLOC()
277 #ifdef Py_REF_DEBUG
439 #ifdef Py_REF_DEBUG in _Py_TryIncrefFast()
462 #ifdef Py_REF_DEBUG in _Py_TryIncRefShared()
528 #ifdef Py_REF_DEBUG in _Py_NewRefWithLock()
592 #ifdef Py_REF_DEBUG
Dpycore_object_state.h15 #ifdef Py_REF_DEBUG
25 #ifdef Py_REF_DEBUG
Dpycore_tstate.h36 #if defined(Py_REF_DEBUG) && defined(Py_GIL_DISABLED)
/external/python/cpython3/Modules/
D_testcapi_feature_macros.inc32 #ifdef Py_REF_DEBUG
33 res = PyDict_SetItemString(result, "Py_REF_DEBUG", Py_True);
35 res = PyDict_SetItemString(result, "Py_REF_DEBUG", Py_False);
D_testcapimodule.c2034 #ifdef Py_REF_DEBUG
3427 #ifdef Py_REF_DEBUG
/external/python/cpython3/Include/
Dobject.h55 #if defined(Py_DEBUG) && !defined(Py_REF_DEBUG)
56 # define Py_REF_DEBUG macro
773 #if defined(Py_REF_DEBUG) && !defined(Py_LIMITED_API)
796 #if defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG)) in Py_INCREF()
840 #ifdef Py_REF_DEBUG in Py_INCREF()
862 #if defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))
876 #elif defined(Py_GIL_DISABLED) && defined(Py_REF_DEBUG)
922 #elif defined(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.
81 Py_DEBUG implies LLTRACE and Py_REF_DEBUG. In addition, C assert()s are enabled
Dstable_abi.toml78 [feature_macro.Py_REF_DEBUG]
79 doc = 'when Python is compiled in debug mode (with Py_REF_DEBUG)'
2237 ifdef = 'Py_REF_DEBUG'
2241 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,
/external/python/cpython3/Objects/
Dobject.c62 #ifdef Py_REF_DEBUG
73 #ifdef Py_REF_DEBUG
260 #ifdef Py_REF_DEBUG
351 # ifdef Py_REF_DEBUG
387 #ifdef Py_REF_DEBUG in _Py_DecRefSharedDebug()
398 #ifdef Py_REF_DEBUG in _Py_DecRefSharedDebug()
451 #ifdef Py_REF_DEBUG in _Py_ExplicitMergeRefcount()
2450 #ifdef Py_REF_DEBUG in _Py_NewReference()
Dtupleobject.c948 #ifdef Py_REF_DEBUG in _PyTuple_Resize()
Ddictobject.c474 #ifdef Py_REF_DEBUG in dictkeys_incref()
487 #ifdef Py_REF_DEBUG in dictkeys_decref()
828 #ifdef Py_REF_DEBUG in new_keys_object()
1015 #ifdef Py_REF_DEBUG in clone_combined_dict_keys()
2087 #ifdef Py_REF_DEBUG in dictresize()
Dunicodeobject.c1721 #ifdef Py_REF_DEBUG in unicode_dealloc()
1755 #ifdef Py_REF_DEBUG in unicode_dealloc()
1762 #ifdef Py_REF_DEBUG in unicode_dealloc()
15133 #ifdef Py_REF_DEBUG in immortalize_interned()
15254 #ifdef Py_REF_DEBUG in intern_common()
15373 #ifdef Py_REF_DEBUG in _PyUnicode_ClearInterned()
15397 #ifdef Py_REF_DEBUG in _PyUnicode_ClearInterned()
Dcodeobject.c2536 #ifdef Py_REF_DEBUG in intern_one_constant()
Dbytesobject.c3177 #ifdef Py_REF_DEBUG in _PyBytes_Resize()
/external/python/cpython3/Include/cpython/
Dobject.h9 #ifdef Py_REF_DEBUG
/external/python/cpython3/Python/
Dpythonrun.c124 #ifdef Py_REF_DEBUG in _PyRun_InteractiveLoopObject()
150 #ifdef Py_REF_DEBUG in _PyRun_InteractiveLoopObject()
Dgc_free_threading.c184 #ifdef Py_REF_DEBUG in merge_refcount()
328 #ifdef Py_REF_DEBUG in merge_queued_objects()
Dpystate.c481 #ifdef Py_REF_DEBUG in _PyRuntimeState_Fini()
957 #ifdef Py_REF_DEBUG in PyInterpreterState_Delete()
1800 #if defined(Py_REF_DEBUG) && defined(Py_GIL_DISABLED) in tstate_delete_common()
Dpylifecycle.c2014 #ifdef Py_REF_DEBUG in _Py_Finalize()
2198 #ifdef Py_REF_DEBUG in _Py_Finalize()
Dsysmodule.c1975 #ifdef Py_REF_DEBUG
/external/python/cpython3/Python/clinic/
Dsysmodule.c.h911 #if defined(Py_REF_DEBUG)
/external/python/cpython3/Doc/using/
Dconfigure.rst683 * Define ``Py_DEBUG`` and ``Py_REF_DEBUG`` macros.
/external/python/cpython3/Doc/c-api/
Dinit_config.rst1177 Needs a :ref:`debug build of Python <debug-build>` (the ``Py_REF_DEBUG``