Home
last modified time | relevance | path

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

/third_party/python/Python/
Dcompile.c145 WITH, ASYNC_WITH, HANDLER_CLEANUP, POP_VALUE, EXCEPTION_HANDLER, enumerator
1825 case ASYNC_WITH: in compiler_unwind_fblock()
1834 if (info->fb_type == ASYNC_WITH) { in compiler_unwind_fblock()
5039 if (!compiler_push_fblock(c, ASYNC_WITH, block, final, s)) { in compiler_async_with()
5058 compiler_pop_fblock(c, ASYNC_WITH, block); in compiler_async_with()