Searched refs:WITH_EXCEPT_START (Results 1 – 5 of 5) sorted by relevance
38 #define WITH_EXCEPT_START 49 macro
717 .. opcode:: WITH_EXCEPT_START745 the stack for later use by :opcode:`WITH_EXCEPT_START`. Then,
239 WITH_EXCEPT_START bytecodes. The compiler now generates different code for
1125 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()
4094 case TARGET(WITH_EXCEPT_START): { in _PyEval_EvalFrameDefault()6304 …else if (prevopcode == WITH_EXCEPT_START || (prevopcode == CALL_FUNCTION && prevprevopcode == DUP_… in format_awaitable_error()