mirror of
https://github.com/micropython/micropython.git
synced 2025-09-06 01:40:34 +02:00
POP_BLOCK and POP_EXCEPT are now the same, and are always followed by a JUMP. So this optimisation reduces code size, and RAM usage of bytecode by two bytes for each try-except handler.