Searched refs:RERAISE (Results 1 – 7 of 7) sorted by relevance
33 #define RERAISE 48 macro
438 … if (_Py_OPCODE(codestr[h]) == SETUP_FINALLY || _Py_OPCODE(codestr[h]) == RERAISE) { in PyCode_Optimize()
1040 case RERAISE: in stack_effect()3017 ADDOP(c, RERAISE); in compiler_try_finally()3140 ADDOP(c, RERAISE); in compiler_try_except()3162 ADDOP(c, RERAISE); in compiler_try_except()4791 ADDOP(c, RERAISE); in compiler_with_except_finish()5536 instr->i_opcode == RERAISE) in stackdepth()
2276 case TARGET(RERAISE): { in _PyEval_EvalFrameDefault()
198 case RERAISE: in markblocks()
238 CALL_FINALLY and POP_FINALLY bytecodes. Replaced with RERAISE and
709 .. opcode:: RERAISE