Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_gc.h175 extern void _PyAsyncGen_ClearFreeLists(PyInterpreterState *interp);
/third_party/python/Objects/
Dgenobject.c1487 _PyAsyncGen_ClearFreeLists(PyInterpreterState *interp) in _PyAsyncGen_ClearFreeLists() function
1509 _PyAsyncGen_ClearFreeLists(interp); in _PyAsyncGen_Fini()
/third_party/python/Modules/
Dgcmodule.c1046 _PyAsyncGen_ClearFreeLists(interp); in clear_freelists()