Searched refs:_PyGC_Init (Results 1 – 3 of 3) sorted by relevance
56 extern PyStatus _PyGC_Init(PyThreadState *tstate);
582 status = _PyGC_Init(tstate); in pycore_init_types()
156 _PyGC_Init(PyThreadState *tstate) in _PyGC_Init() function