Searched refs:is_async_generator (Results 1 – 1 of 1) sorted by relevance
4610 int is_async_generator = 0; in compiler_comprehension() local4623 is_async_generator = c->u->u_ste->ste_coroutine; in compiler_comprehension()4625 if (is_async_generator && !is_async_function && type != COMP_GENEXP && !top_level_await) { in compiler_comprehension()4664 if (top_level_await && is_async_generator){ in compiler_comprehension()4685 if (is_async_generator && type != COMP_GENEXP) { in compiler_comprehension()