mirror of
https://github.com/micropython/micropython.git
synced 2025-09-06 18:00:48 +02: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.