Home
last modified time | relevance | path

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

/dports/lang/python310/Python-3.10.1/Python/
H A Dcompile.c146 ASYNC_COMPREHENSION_GENERATOR }; enumerator
1777 case ASYNC_COMPREHENSION_GENERATOR: in compiler_unwind_fblock()
4725 if (!compiler_push_fblock(c, ASYNC_COMPREHENSION_GENERATOR, start, in compiler_async_comprehension_generator()
4783 compiler_pop_fblock(c, ASYNC_COMPREHENSION_GENERATOR, start); in compiler_async_comprehension_generator()
/dports/lang/python311/Python-3.11.0a3/Python/
H A Dcompile.c178 ASYNC_COMPREHENSION_GENERATOR }; enumerator
1819 case ASYNC_COMPREHENSION_GENERATOR: in compiler_unwind_fblock()
4832 if (!compiler_push_fblock(c, ASYNC_COMPREHENSION_GENERATOR, start, in compiler_async_comprehension_generator()
4890 compiler_pop_fblock(c, ASYNC_COMPREHENSION_GENERATOR, start); in compiler_async_comprehension_generator()