Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_pylifecycle.h50 extern PyStatus _PyGC_Init(PyInterpreterState *interp);
/third_party/python/Python/
H A Dpylifecycle.c835 status = _PyGC_Init(interp); in pycore_interp_init()
/third_party/python/Modules/
H A Dgcmodule.c160 _PyGC_Init(PyInterpreterState *interp) in _PyGC_Init() function
1193 // gc_collect_main() must not be called before _PyGC_Init in gc_collect_main()
1999 /* garbage and callbacks are initialized by _PyGC_Init() early in in gcmodule_exec()

Completed in 11 milliseconds