mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 20:50:14 +01: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.