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