Home
last modified time | relevance | path

Searched refs:_PyDebug_PrintTotalRefs (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_object.h83 extern void _PyDebug_PrintTotalRefs(void);
/external/python/cpython2/Python/
Dpythonrun.c100 _PyDebug_PrintTotalRefs(void) in _PyDebug_PrintTotalRefs() function
496 _PyDebug_PrintTotalRefs(); in Py_Finalize()
787 _PyDebug_PrintTotalRefs(); in PyRun_InteractiveLoopFlags()
/external/python/cpython3/Python/
Dpylifecycle.c1473 _PyDebug_PrintTotalRefs(); in Py_FinalizeEx()
Dpythonrun.c143 _PyDebug_PrintTotalRefs(); in PyRun_InteractiveLoopFlags()
/external/python/cpython3/Objects/
Dobject.c67 _PyDebug_PrintTotalRefs(void) { in _PyDebug_PrintTotalRefs() function
/external/python/cpython3/Doc/whatsnew/
D3.9.rst1408 * ``_PyDebug_PrintTotalRefs()``