Home
last modified time | relevance | path

Searched refs:Py_REF_DEBUG (Results 1 - 15 of 15) sorted by relevance

/third_party/python/Include/
H A Dobject.h54 /* Py_DEBUG implies Py_REF_DEBUG. */
55 #if defined(Py_DEBUG) && !defined(Py_REF_DEBUG)
56 # define Py_REF_DEBUG macro
452 in special builds (Py_REF_DEBUG, Py_TRACE_REFS) performs additional
471 #ifdef Py_REF_DEBUG
475 #endif /* Py_REF_DEBUG */
493 #if defined(Py_REF_DEBUG) && defined(Py_LIMITED_API) && Py_LIMITED_API+0 >= 0x030A0000 in Py_INCREF()
499 #ifdef Py_REF_DEBUG in Py_INCREF()
510 #if defined(Py_REF_DEBUG) && defined(Py_LIMITED_API) && Py_LIMITED_API+0 >= 0x030A0000
517 #elif defined(Py_REF_DEBUG)
[all...]
/third_party/python/Include/internal/
H A Dpycore_object.h37 #ifdef Py_REF_DEBUG in _Py_DECREF_SPECIALIZED()
54 #ifdef Py_REF_DEBUG in _Py_DECREF_NO_DEALLOC()
192 #ifdef Py_REF_DEBUG
/third_party/python/Objects/
H A Dtupleobject.c522 #ifdef Py_REF_DEBUG in tuplerepeat()
534 #ifdef Py_REF_DEBUG in tuplerepeat()
952 #ifdef Py_REF_DEBUG in _PyTuple_Resize()
H A Dobject.c57 #ifdef Py_REF_DEBUG
72 #endif /* Py_REF_DEBUG */
116 #ifdef Py_REF_DEBUG
125 #endif /* Py_REF_DEBUG */
248 /* If Py_REF_DEBUG macro is defined, _Py_NewReference() increased in PyObject_CallFinalizerFromDealloc()
250 #ifdef Py_REF_DEBUG in PyObject_CallFinalizerFromDealloc()
2028 #ifdef Py_REF_DEBUG in _Py_NewReference()
H A Dstructseq.c551 #ifdef Py_REF_DEBUG in _PyStructSequence_FiniType()
H A Ddictobject.c310 #ifdef Py_REF_DEBUG in dictkeys_incref()
320 #ifdef Py_REF_DEBUG in dictkeys_decref()
640 #ifdef Py_REF_DEBUG in new_keys_object()
831 #ifdef Py_REF_DEBUG in clone_combined_dict_keys()
1529 #ifdef Py_REF_DEBUG in dictresize()
H A Dlistobject.c577 #ifdef Py_REF_DEBUG in list_repeat()
589 #ifdef Py_REF_DEBUG in list_repeat()
H A Dbytesobject.c3082 #ifdef Py_REF_DEBUG in _PyBytes_Resize()
H A Dunicodeobject.c1053 #ifdef Py_REF_DEBUG in resize_compact()
/third_party/python/Include/cpython/
H A Dobject.h12 #ifdef Py_REF_DEBUG
/third_party/python/Python/clinic/
H A Dsysmodule.c.h757 #if defined(Py_REF_DEBUG)
786 #endif /* defined(Py_REF_DEBUG) */
/third_party/python/Python/
H A Dpylifecycle.c1783 #ifdef Py_REF_DEBUG in Py_FinalizeEx()
1902 #ifdef Py_REF_DEBUG in Py_FinalizeEx()
H A Dpythonrun.c131 #ifdef Py_REF_DEBUG in _PyRun_InteractiveLoopObject()
157 #ifdef Py_REF_DEBUG in _PyRun_InteractiveLoopObject()
H A Dsysmodule.c1758 #ifdef Py_REF_DEBUG
1770 #endif /* Py_REF_DEBUG */
/third_party/python/Modules/
H A D_testcapimodule.c3929 /* If Py_REF_DEBUG macro is defined, _Py_NewReference() increased in slot_tp_del()
3931 #ifdef Py_REF_DEBUG in slot_tp_del()
5541 #ifdef Py_REF_DEBUG
6689 #ifdef Py_REF_DEBUG

Completed in 87 milliseconds