[issue24052] sys.exit(code) returns "success" to the OS for some values of code

Stefan Krah report at bugs.python.org
Fri Apr 24 18:07:25 CEST 2015


Stefan Krah added the comment:

At first glance the return values look right to me:

The value of exit returned to the parent should be status & 0377.

----------
nosy: +skrah

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


More information about the Python-bugs-list mailing list