Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dgenobject.c1292 static PyAsyncGenASend *ag_asend_freelist[_PyAsyncGen_MAXFREELIST]; variable
1520 o = ag_asend_freelist[--ag_asend_freelist_free]; in PyAsyncGen_ClearFreeLists()
1574 ag_asend_freelist[ag_asend_freelist_free++] = o; in async_gen_asend_dealloc()
1717 o = ag_asend_freelist[ag_asend_freelist_free]; in async_gen_asend_new()