Home
last modified time | relevance | path

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

/third_party/python/Include/
Dopcode.h105 #define JUMP_IF_NOT_EXC_MATCH 121 macro
/third_party/python/Objects/
Dframeobject.c152 case JUMP_IF_NOT_EXC_MATCH: in markblocks()
/third_party/python/Misc/NEWS.d/
D3.9.0a3.rst196 * JUMP_IF_NOT_EXC_MATCH for checking exceptions in 'try-except' statements.
/third_party/python/Doc/library/
Ddis.rst1003 .. opcode:: JUMP_IF_NOT_EXC_MATCH (target)
/third_party/python/Python/
Dcompile.c1093 case JUMP_IF_NOT_EXC_MATCH: in stack_effect()
3197 ADDOP_JUMP(c, JUMP_IF_NOT_EXC_MATCH, except); in compiler_try_except()
Dceval.c3649 case TARGET(JUMP_IF_NOT_EXC_MATCH): { in _PyEval_EvalFrameDefault()
/third_party/python/Doc/whatsnew/
D3.9.rst1204 * ``JUMP_IF_NOT_EXC_MATCH`` for checking exceptions in 'try-except'