Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dopcode.h33 #define RERAISE 48 macro
/external/python/cpython3/Python/
Dpeephole.c438 … if (_Py_OPCODE(codestr[h]) == SETUP_FINALLY || _Py_OPCODE(codestr[h]) == RERAISE) { in PyCode_Optimize()
Dcompile.c1040 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()
Dceval.c2276 case TARGET(RERAISE): { in _PyEval_EvalFrameDefault()
/external/python/cpython3/Objects/
Dframeobject.c198 case RERAISE: in markblocks()
/external/python/cpython3/Misc/NEWS.d/
D3.9.0a2.rst238 CALL_FINALLY and POP_FINALLY bytecodes. Replaced with RERAISE and
/external/python/cpython3/Doc/library/
Ddis.rst709 .. opcode:: RERAISE