mirror of
https://github.com/micropython/micropython.git
synced 2025-09-05 01:10:36 +02: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.