Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_pylifecycle.h56 extern PyStatus _PyGC_Init(PyThreadState *tstate);
/external/python/cpython3/Python/
Dpylifecycle.c582 status = _PyGC_Init(tstate); in pycore_init_types()
/external/python/cpython3/Modules/
Dgcmodule.c156 _PyGC_Init(PyThreadState *tstate) in _PyGC_Init() function