Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_object.h595 extern void _PyDebug_PrintTotalRefs(void);
/external/python/cpython3/Python/
Dpythonrun.c152 _PyDebug_PrintTotalRefs(); in _PyRun_InteractiveLoopObject()
Dpylifecycle.c2200 _PyDebug_PrintTotalRefs(); in _Py_Finalize()
/external/python/cpython3/Objects/
Dobject.c153 _PyDebug_PrintTotalRefs(void) { in _PyDebug_PrintTotalRefs() function
/external/python/cpython3/Doc/whatsnew/
D3.9.rst1439 * ``_PyDebug_PrintTotalRefs()``