mirror of
https://github.com/micropython/micropython.git
synced 2026-01-10 05:57:16 +01:00
"Forced exit" is treated as soft-reboot (Ctrl+D). But expected effect of calling sys.exit() is termination of the current script, not any further and more serious actions like mentioned soft reboot.