[issue14229] On KeyboardInterrupt, the exit code should mirror the signal number

Antoine Pitrou report at bugs.python.org
Fri Mar 9 17:38:58 CET 2012


Antoine Pitrou <pitrou at free.fr> added the comment:

Another problem with my suggestion is that C exit() ANDs the status with 255 before transmitting it to the parent.

----------

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


More information about the Python-bugs-list mailing list