mirror of
https://github.com/micropython/micropython.git
synced 2026-01-09 05:30:27 +01:00
With this patch exception tracebacks that go through a finally are improved (less confusing, match CPython), and it makes finally's slightly more efficient (in time and RAM) because they no longer need to add a traceback. Partially fixes issue #2928.