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 serhiy.storchaka
Recipients Yaniv.Aknin, amaury.forgeotdarc, dmalcolm, dwalczak, giampaolo.rodola, gregory.p.smith, mcrute, pitrou, python-dev, rosslagerwall, serhiy.storchaka, simon3z
Date 2015-03-01.09:31:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425202285.38.0.917413364675.issue10963@psf.upfronthosting.co.za>
In-reply-to
Content
self.stdout.close() also can fail with EPIPE or EINVAL if the stream is buffered (text streams are buffered). I.e. communicate() in text mode can loss the data. See also issue21619.
History
Date User Action Args
2015-03-01 09:31:25serhiy.storchakasetrecipients: + serhiy.storchaka, gregory.p.smith, amaury.forgeotdarc, pitrou, giampaolo.rodola, dwalczak, dmalcolm, mcrute, Yaniv.Aknin, rosslagerwall, simon3z, python-dev
2015-03-01 09:31:25serhiy.storchakasetmessageid: <1425202285.38.0.917413364675.issue10963@psf.upfronthosting.co.za>
2015-03-01 09:31:25serhiy.storchakalinkissue10963 messages
2015-03-01 09:31:25serhiy.storchakacreate