Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_pylifecycle.h78 extern PyStatus _PyGC_Init(PyInterpreterState *interp);
/third_party/python/Modules/
Dgcmodule.c164 _PyGC_Init(PyInterpreterState *interp) in _PyGC_Init() function
/third_party/python/Python/
Dpylifecycle.c805 status = _PyGC_Init(interp); in pycore_interp_init()