Searched refs:Py_REF_DEBUG (Results 1 – 25 of 25) sorted by relevance
56 #if defined(Py_DEBUG) && !defined(Py_REF_DEBUG)57 #define Py_REF_DEBUG macro60 #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_DEBUG395 #ifdef Py_REF_DEBUG405 #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
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.160 Py_DEBUG implies LLTRACE, Py_REF_DEBUG, and PYMALLOC_DEBUG (if
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,
82 #ifdef Py_REF_DEBUG
60 #if defined(Py_TRACE_REFS) && !defined(Py_REF_DEBUG)61 #define Py_REF_DEBUG macro706 #ifdef Py_REF_DEBUG
12 Py_REF_DEBUG28 Py_REF_DEBUG also checks after every decref to verify that the refcount hasn't50 Py_TRACE_REFS implies Py_REF_DEBUG.155 Py_DEBUG implies LLTRACE, Py_REF_DEBUG, Py_TRACE_REFS, and PYMALLOC_DEBUG (if
8757 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,
23 # if !defined(Py_DEBUG) && !defined(Py_TRACE_REFS) && !defined(Py_REF_DEBUG)
52 #ifdef Py_REF_DEBUG117 #ifdef Py_REF_DEBUG237 #ifdef Py_REF_DEBUG in PyObject_CallFinalizerFromDealloc()1827 #ifdef Py_REF_DEBUG in _Py_NewReference()
319 #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()
931 #ifdef Py_REF_DEBUG in _PyTuple_Resize()
3029 #ifdef Py_REF_DEBUG in _PyBytes_Resize()
1072 #ifdef Py_REF_DEBUG in resize_compact()
20 #ifdef Py_REF_DEBUG
774 #ifdef Py_REF_DEBUG953 #ifdef Py_REF_DEBUG
102 #ifdef Py_REF_DEBUG in _PyDebug_PrintTotalRefs()
702 #if defined(Py_REF_DEBUG)
1377 #ifdef Py_REF_DEBUG in Py_FinalizeEx()1471 #ifdef Py_REF_DEBUG in Py_FinalizeEx()
97 #ifdef Py_REF_DEBUG in PyRun_InteractiveLoopFlags()141 #ifdef Py_REF_DEBUG in PyRun_InteractiveLoopFlags()
1741 #ifdef Py_REF_DEBUG
11 #ifdef Py_REF_DEBUG189 #ifdef Py_REF_DEBUG
30 #ifdef Py_REF_DEBUG
140 #ifdef Py_REF_DEBUG
3608 #ifdef Py_REF_DEBUG in slot_tp_del()5150 #ifdef Py_REF_DEBUG5545 #ifdef Py_REF_DEBUG
645 Need a debug build of Python (``Py_REF_DEBUG`` macro must be defined).