Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_pylifecycle.h95 PyAPI_FUNC(void) _PyGC_DumpShutdownStats(_PyRuntimeState *runtime);
/external/python/cpython3/Modules/
Dgcmodule.c1873 _PyGC_DumpShutdownStats(_PyRuntimeState *runtime) in _PyGC_DumpShutdownStats() function
/external/python/cpython3/Python/
Dimport.c544 _PyGC_DumpShutdownStats(&_PyRuntime); in PyImport_Cleanup()