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