[issue6498] Py_Main() does not return on SystemExit

Mark Hammond report at bugs.python.org
Mon Mar 28 00:22:01 CEST 2011


Mark Hammond <skippy.hammond at gmail.com> added the comment:

Isn't the only problem here that the docs refer to SystemError instead of SystemExit - eg 'raise SystemError("foo")' in an interactive session doesn't terminate the process at all (and I don't believe it should) whereas SystemExit obviously does.

----------
nosy: +mhammond

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6498>
_______________________________________


More information about the Python-bugs-list mailing list