Searched refs:Py_REF_DEBUG (Results 1 – 24 of 24) sorted by relevance
109 #ifdef Py_REF_DEBUG128 #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_DEBUG439 #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
15 #ifdef Py_REF_DEBUG25 #ifdef Py_REF_DEBUG
36 #if defined(Py_REF_DEBUG) && defined(Py_GIL_DISABLED)
32 #ifdef Py_REF_DEBUG33 res = PyDict_SetItemString(result, "Py_REF_DEBUG", Py_True);35 res = PyDict_SetItemString(result, "Py_REF_DEBUG", Py_False);
2034 #ifdef Py_REF_DEBUG3427 #ifdef Py_REF_DEBUG
55 #if defined(Py_DEBUG) && !defined(Py_REF_DEBUG)56 # define Py_REF_DEBUG macro773 #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)
12 Py_REF_DEBUG30 Py_REF_DEBUG also checks after every decref to verify that the refcount hasn't33 Py_DEBUG implies Py_REF_DEBUG.81 Py_DEBUG implies LLTRACE and Py_REF_DEBUG. In addition, C assert()s are enabled
78 [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'
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,
62 #ifdef Py_REF_DEBUG73 #ifdef Py_REF_DEBUG260 #ifdef Py_REF_DEBUG351 # ifdef Py_REF_DEBUG387 #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()
948 #ifdef Py_REF_DEBUG in _PyTuple_Resize()
474 #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()
1721 #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()
2536 #ifdef Py_REF_DEBUG in intern_one_constant()
3177 #ifdef Py_REF_DEBUG in _PyBytes_Resize()
9 #ifdef Py_REF_DEBUG
124 #ifdef Py_REF_DEBUG in _PyRun_InteractiveLoopObject()150 #ifdef Py_REF_DEBUG in _PyRun_InteractiveLoopObject()
184 #ifdef Py_REF_DEBUG in merge_refcount()328 #ifdef Py_REF_DEBUG in merge_queued_objects()
481 #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()
2014 #ifdef Py_REF_DEBUG in _Py_Finalize()2198 #ifdef Py_REF_DEBUG in _Py_Finalize()
1975 #ifdef Py_REF_DEBUG
911 #if defined(Py_REF_DEBUG)
683 * Define ``Py_DEBUG`` and ``Py_REF_DEBUG`` macros.
1177 Needs a :ref:`debug build of Python <debug-build>` (the ``Py_REF_DEBUG``