[issue6649] idlelib/rpc.py missing exit status on exithook

Roger Serwy report at bugs.python.org
Sun Apr 15 00:47:31 CEST 2012


Roger Serwy <roger.serwy at gmail.com> added the comment:

The existing code will raise an error since os._exit requires an argument. http://docs.python.org/library/os.html#os._exit

The patch looks good to me.

----------
nosy: +serwy

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


More information about the Python-bugs-list mailing list