Searched refs:TRY_EXCEPT (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Python/ |
D | compile.c | 144 enum fblocktype { WHILE_LOOP, FOR_LOOP, TRY_EXCEPT, FINALLY_TRY, FINALLY_END, enumerator 1788 case TRY_EXCEPT: in compiler_unwind_fblock() 3174 if (!compiler_push_fblock(c, TRY_EXCEPT, body, NULL, NULL)) in compiler_try_except() 3177 compiler_pop_fblock(c, TRY_EXCEPT, body); in compiler_try_except()
|