Searched refs:RERAISE (Results 1 – 6 of 6) sorted by relevance
104 #define RERAISE 119 macro
1124 case RERAISE: in stack_effect()3126 ADDOP_I(c, RERAISE, 0); in compiler_try_finally()3252 ADDOP_I(c, RERAISE, 1); in compiler_try_except()3277 ADDOP_I(c, RERAISE, 0); in compiler_try_except()4975 ADDOP_I(c, RERAISE, 1); in compiler_with_except_finish()6543 instr->i_opcode == RERAISE) in stackdepth()7614 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