mirror of
https://github.com/python/cpython.git
synced 2026-05-09 14:11:28 -04:00
fee552669f
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.