Searched refs:ASYNC_WITH (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Python/ |
D | compile.c | 88 WITH, ASYNC_WITH, HANDLER_CLEANUP, POP_VALUE, EXCEPTION_HANDLER }; enumerator 1712 case ASYNC_WITH: in compiler_unwind_fblock() 1720 if (info->fb_type == ASYNC_WITH) { in compiler_unwind_fblock() 4856 if (!compiler_push_fblock(c, ASYNC_WITH, block, final, NULL)) { in compiler_async_with() 4875 compiler_pop_fblock(c, ASYNC_WITH, block); in compiler_async_with()
|