c-jo / cpython

RISC OS port of the Python programming language
https://www.python.org/
Other
7 stars 3 forks source link

Errors and exceptions don't report errors to the OS #21

Open ccawley2011 opened 2 years ago

ccawley2011 commented 2 years ago

When running a Python script from an Obey file for example, it would be expected that the Python script would terminate execution of the Obey file if an error or exception is encountered. However, this doesn't currently happen, and the Obey file will continue execution even after the Python script failed.