[issue23658] multiprocessing: string arg to SystemExit

Davin Potts report at bugs.python.org
Fri Mar 13 22:21:04 CET 2015


Davin Potts added the comment:

Are you looking at the current code in the 2.7 branch or just at the code committed in https://hg.python.org/cpython/rev/da5b370f41a1 (done as part of issue13854)?

The code in 2.7 has since been updated and appears to use an exitcode of 1 whenever a str is provided as the arg to SystemExit.

Are you observing something different in practice?

----------
nosy: +davin

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


More information about the Python-bugs-list mailing list