Home
last modified time | relevance | path

Searched refs:RERAISE (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Include/
Dopcode.h104 #define RERAISE 119 macro
/third_party/python/Python/
Dcompile.c1122 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()
Dceval.c2687 case TARGET(RERAISE): { in _PyEval_EvalFrameDefault()
/third_party/python/Objects/
Dframeobject.c220 case RERAISE: in markblocks()
/third_party/python/Misc/NEWS.d/
D3.9.0a2.rst238 CALL_FINALLY and POP_FINALLY bytecodes. Replaced with RERAISE and
/third_party/python/Doc/library/
Ddis.rst709 .. opcode:: RERAISE