Home
last modified time | relevance | path

Searched refs:_PyGC_CollectNoFail (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/internal/
Dpycore_gc.h166 extern Py_ssize_t _PyGC_CollectNoFail(PyThreadState *tstate);
/third_party/python/Python/
Dpylifecycle.c1525 _PyGC_CollectNoFail(tstate); in finalize_modules()
1565 _PyGC_CollectNoFail(tstate); in finalize_modules()
Dpystate.c329 _PyGC_CollectNoFail(tstate); in interpreter_clear()
/third_party/python/Modules/
Dgcmodule.c2108 _PyGC_CollectNoFail(PyThreadState *tstate) in _PyGC_CollectNoFail() function