Searched refs:RERAISE (Results 1 – 6 of 6) sorted by relevance
104 #define RERAISE 119 macro
1122 case RERAISE: in stack_effect()3125 ADDOP_I(c, RERAISE, 0); in compiler_try_finally()3251 ADDOP_I(c, RERAISE, 1); in compiler_try_except()3276 ADDOP_I(c, RERAISE, 0); in compiler_try_except()4974 ADDOP_I(c, RERAISE, 1); in compiler_with_except_finish()6542 instr->i_opcode == RERAISE) in stackdepth()7586 case RERAISE: in normalize_basic_block()
2687 case TARGET(RERAISE): { in _PyEval_EvalFrameDefault()
220 case RERAISE: in markblocks()
238 CALL_FINALLY and POP_FINALLY bytecodes. Replaced with RERAISE and
709 .. opcode:: RERAISE