Home
last modified time | relevance | path

Searched refs:WITH_EXCEPT_START (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Include/
Dopcode.h38 #define WITH_EXCEPT_START 49 macro
/third_party/python/Doc/library/
Ddis.rst717 .. opcode:: WITH_EXCEPT_START
745 the stack for later use by :opcode:`WITH_EXCEPT_START`. Then,
/third_party/python/Misc/NEWS.d/
D3.9.0a2.rst239 WITH_EXCEPT_START bytecodes. The compiler now generates different code for
/third_party/python/Python/
Dcompile.c1125 case WITH_EXCEPT_START: in stack_effect()
5078 ADDOP(c, WITH_EXCEPT_START); in compiler_async_with()
5169 ADDOP(c, WITH_EXCEPT_START); in compiler_with()
Dceval.c4094 case TARGET(WITH_EXCEPT_START): { in _PyEval_EvalFrameDefault()
6304 …else if (prevopcode == WITH_EXCEPT_START || (prevopcode == CALL_FUNCTION && prevprevopcode == DUP_… in format_awaitable_error()