mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 04:30:24 +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.
This directory contains standard, low-level C libraries with emphasis on being independent and efficient. They can be used by any port.