This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author roger.serwy
Recipients ltaylor934, plovet, r.david.murray, roger.serwy, terry.reedy
Date 2012-04-16.01:27:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334539669.92.0.917028663355.issue10722@psf.upfronthosting.co.za>
In-reply-to
Content
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.)
History
Date User Action Args
2012-04-16 01:27:49roger.serwysetrecipients: + roger.serwy, terry.reedy, r.david.murray, plovet, ltaylor934
2012-04-16 01:27:49roger.serwysetmessageid: <1334539669.92.0.917028663355.issue10722@psf.upfronthosting.co.za>
2012-04-16 01:27:49roger.serwylinkissue10722 messages
2012-04-16 01:27:49roger.serwycreate