Searched refs:HANDLER_CLEANUP (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 1728 case HANDLER_CLEANUP: in compiler_unwind_fblock() 3118 … if (!compiler_push_fblock(c, HANDLER_CLEANUP, cleanup_body, NULL, handler->v.ExceptHandler.name)) in compiler_try_except() 3123 compiler_pop_fblock(c, HANDLER_CLEANUP, cleanup_body); in compiler_try_except() 3152 if (!compiler_push_fblock(c, HANDLER_CLEANUP, cleanup_body, NULL, NULL)) in compiler_try_except() 3155 compiler_pop_fblock(c, HANDLER_CLEANUP, cleanup_body); in compiler_try_except()
|