Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dgenobject.h95 int PyAsyncGen_ClearFreeLists(void);
/external/python/cpython3/Objects/
Dgenobject.c1448 PyAsyncGen_ClearFreeLists(void) in PyAsyncGen_ClearFreeLists() function
1472 PyAsyncGen_ClearFreeLists(); in PyAsyncGen_Fini()
/external/python/cpython3/Modules/
Dgcmodule.c790 (void)PyAsyncGen_ClearFreeLists(); in clear_freelists()