mirror of
https://github.com/micropython/micropython.git
synced 2026-03-10 19:00:30 +01:00
Pending exceptions would otherwise be handled later on where there may not be an NLR handler in place. A similar fix is also made to the unix port's REPL handler. Fixes issues #4921 and #5488.