[issue10722] IDLE's subprocess didnit make connection ..... Python 2.7

Roger Serwy report at bugs.python.org
Mon Apr 16 03:27:49 CEST 2012


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

The IDLE front-end doesn't receive anything about the subprocess failure mode. The "poll_subprocess" method in PyShell.py will restart the subprocess if the socket closes. (The "pollpacket" method in rpc.py raises an EOFError.)

----------

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


More information about the Python-bugs-list mailing list