Produce cleaner bytecode for 'with' and 'async with' by generating separate code for normal and exceptional paths. (#6641)
Remove BEGIN_FINALLY, END_FINALLY, CALL_FINALLY and POP_FINALLY bytecodes. Implement finally blocks by code duplication. Reimplement frame.lineno setter using line numbers rather than bytecode offsets.
M
Mark Shannon committed
fee552669f21ca294f57fe0df826945edc779090
Parent: 5dcc06f
Committed by GitHub <noreply@github.com>
on 11/21/2019, 9:11:43 AM