Files
cpython/Include
Mark Shannon fee552669f 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.
2019-11-21 09:11:43 +00:00
..
2019-11-16 01:04:44 +01:00
2019-11-20 02:06:33 +01:00
2019-08-23 16:39:09 +01:00