Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dobjimpl.h235 PyAPI_FUNC(Py_ssize_t) _PyGC_CollectNoFail(void);
/external/python/cpython3/Python/
Dimport.c526 _PyGC_CollectNoFail(); in PyImport_Cleanup()
579 _PyGC_CollectNoFail(); in PyImport_Cleanup()
/external/python/cpython3/Modules/
Dgcmodule.c1591 _PyGC_CollectNoFail(void) in _PyGC_CollectNoFail() function