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 pitrou
Recipients dmalcolm, pitrou
Date 2011-01-20.20:26:56
SpamBayes Score 0.0021785086
Marked as misclassified No
Message-id <1295555220.1.0.737843737875.issue10963@psf.upfronthosting.co.za>
In-reply-to
Content
> It could be argued that this is incorrect, as it masks under-reads of
> stdin by the subprocess.  However I believe a sanely-written subprocess 
> ought to indicate success/failure back with its return code.

It seems quite orthogonal. The subprocess could have terminated successfully while not all of the stdin bytes were consumed; EPIPE informs you of the latter.
History
Date User Action Args
2011-01-20 20:27:00pitrousetrecipients: + pitrou, dmalcolm
2011-01-20 20:27:00pitrousetmessageid: <1295555220.1.0.737843737875.issue10963@psf.upfronthosting.co.za>
2011-01-20 20:26:56pitroulinkissue10963 messages
2011-01-20 20:26:56pitroucreate