Home
last modified time | relevance | path

Searched refs:END_FINALLY (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/Include/
Dopcode.h91 #define END_FINALLY 88 macro
/external/python/cpython2/Lib/compiler/
Dpycodegen.py35 END_FINALLY = 4 variable
514 elif kind == END_FINALLY:
836 self.setups.push((END_FINALLY, final))
871 self.setups.push((END_FINALLY, final))
/external/python/cpython2/Doc/library/
Ddis.rst531 .. opcode:: END_FINALLY ()
574 ``END_FINALLY`` from re-raising the exception. (But non-local gotos should
/external/python/cpython2/Objects/
Dframeobject.c264 case END_FINALLY: in frame_setlineno()
/external/python/cpython2/Python/
Dcompile.c813 case END_FINALLY: in opcode_stack_effect()
1786 ADDOP(c, END_FINALLY); in compiler_try_finally()
1873 ADDOP(c, END_FINALLY); in compiler_try_except()
2952 ADDOP(c, END_FINALLY); in compiler_with()
Dceval.c2138 PREDICTED(END_FINALLY); in PyEval_EvalFrameEx()
2139 TARGET_NOARG(END_FINALLY) in PyEval_EvalFrameEx()
2997 PREDICT(END_FINALLY); in PyEval_EvalFrameEx()
/external/python/cpython3/Misc/NEWS.d/
D3.9.0a2.rst237 Removed WITH_CLEANUP_START, WITH_CLEANUP_FINISH, BEGIN_FINALLY, END_FINALLY,
D3.8.0a1.rst1676 :opcode:`POP_FINALLY`. Changed the behavior of :opcode:`END_FINALLY` and
/external/python/cpython3/Doc/whatsnew/
D3.8.rst2150 :opcode:`POP_FINALLY`. Changed the behavior of :opcode:`END_FINALLY`