Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_pylifecycle.h99 extern void _PyGC_Fini(PyInterpreterState *interp);
/third_party/python/Python/
Dpystate.c330 _PyGC_Fini(interp); in interpreter_clear()
/third_party/python/Modules/
Dgcmodule.c2166 _PyGC_Fini(PyInterpreterState *interp) in _PyGC_Fini() function