mirror of
https://github.com/micropython/micropython.git
synced 2025-09-05 17:30:41 +02:00
This is a more logical place to clear the KeyboardInterrupt traceback, right before it is set as a pending exception. The clearing is also optimised from a function call to a simple store of NULL.
This directory contains standard, low-level C libraries with emphasis on being independent and efficient. They can be used by any port.