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

Martin Panter report at bugs.python.org
Sun Aug 28 21:54:15 EDT 2016


Martin Panter added the comment:

Here is a relevant Posix bug thread:
http://austingroupbugs.net/view.php?id=947

As well as Windows, apparently Solaris, OS X, and a recent version of Free BSD have more than eight bits of exit status. I don’t know if Python’s sys.exit() supports this though.

----------
nosy: +martin.panter

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


More information about the Python-bugs-list mailing list