Searched refs:ag_asend_freelist (Results 1 – 1 of 1) sorted by relevance
1292 static PyAsyncGenASend *ag_asend_freelist[_PyAsyncGen_MAXFREELIST]; variable1520 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()