Searched refs:Py_REF_DEBUG (Results 1 – 18 of 18) sorted by relevance
56 #if defined(Py_DEBUG) && !defined(Py_REF_DEBUG)57 # define Py_REF_DEBUG macro441 #ifdef Py_REF_DEBUG463 #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)
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.85 Py_DEBUG implies LLTRACE and Py_REF_DEBUG. In addition, C assert()s are enabled
2137 ifdef Py_REF_DEBUG2141 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,
144 #ifdef Py_REF_DEBUG
59 #ifdef Py_REF_DEBUG123 #ifdef Py_REF_DEBUG257 #ifdef Py_REF_DEBUG in PyObject_CallFinalizerFromDealloc()1896 #ifdef Py_REF_DEBUG in _Py_NewReference()
323 #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()
981 #ifdef Py_REF_DEBUG in _PyTuple_Resize()
3039 #ifdef Py_REF_DEBUG in _PyBytes_Resize()
1072 #ifdef Py_REF_DEBUG in resize_compact()
12 #ifdef Py_REF_DEBUG
141 #ifdef Py_REF_DEBUG in _PyRun_InteractiveLoopObject()167 #ifdef Py_REF_DEBUG in _PyRun_InteractiveLoopObject()
1735 #ifdef Py_REF_DEBUG in Py_FinalizeEx()1826 #ifdef Py_REF_DEBUG in Py_FinalizeEx()
1795 #ifdef Py_REF_DEBUG
735 #if defined(Py_REF_DEBUG)
229 * Define ``Py_DEBUG`` and ``Py_REF_DEBUG`` macros.274 build (``Py_DEBUG`` and ``Py_REF_DEBUG`` macros).
3756 #ifdef Py_REF_DEBUG in slot_tp_del()5335 #ifdef Py_REF_DEBUG5882 #ifdef Py_REF_DEBUG
1026 Need a :ref:`debug build of Python <debug-build>` (the ``Py_REF_DEBUG``