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