Skip to content
  • Damien George's avatar
    py: Move definition of mp_sys_exit to core. · b92cbe61
    Damien George authored
    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.
    b92cbe61