Searched refs:TRY_EXCEPT (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Python/ |
D | compile.c | 87 enum fblocktype { WHILE_LOOP, FOR_LOOP, TRY_EXCEPT, FINALLY_TRY, FINALLY_END, enumerator 1678 case TRY_EXCEPT: in compiler_unwind_fblock() 3066 if (!compiler_push_fblock(c, TRY_EXCEPT, body, NULL, NULL)) in compiler_try_except() 3070 compiler_pop_fblock(c, TRY_EXCEPT, body); in compiler_try_except()
|