micropython/lib/utils
Paul Sokolovsky 4021b1e1b8 lib/utils/pyexec: Don't treat SystemExit as "forced exit".
"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.
2016-10-12 18:00:32 +03:00
..
interrupt_char.c
interrupt_char.h
printf.c
pyexec.c lib/utils/pyexec: Don't treat SystemExit as "forced exit". 2016-10-12 18:00:32 +03:00
pyexec.h
pyhelp.c
pyhelp.h
stdout_helpers.c