Home
last modified time | relevance | path

Searched refs:_PyGC_DumpShutdownStats (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/internal/
Dpycore_pylifecycle.h116 PyAPI_FUNC(void) _PyGC_DumpShutdownStats(PyInterpreterState *interp);
/third_party/python/Modules/
Dgcmodule.c2129 _PyGC_DumpShutdownStats(PyInterpreterState *interp) in _PyGC_DumpShutdownStats() function
/third_party/python/Python/
Dpylifecycle.c1529 _PyGC_DumpShutdownStats(interp); in finalize_modules()