mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 13:10:21 +01:00
sys.exit always raises SystemExit so doesn't need a special implementation for each port. If C exit() is really needed, use the standard os._exit function. Also initialise mp_sys_path and mp_sys_argv in teensy port.
2.3 KiB
2.3 KiB