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 gvanrossum
Recipients Arfrever, amaury.forgeotdarc, exarkun, gvanrossum, marcio, marduk, martin.panter, ocean-city, pitrou, zmedico
Date 2015-10-07.16:30:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444235449.84.0.77985736172.issue5380@psf.upfronthosting.co.za>
In-reply-to
Content
Indeed, ptys and pipes behave very differently (that's why we have both -- they serve different purposes).

More relevant question: we should find a way to decide whether to either apply Antoine's patch or close this issue.

Finally, maybe array.fromfile() can be fixed to deal better with short reads (if that's a real issue)? (However *empty* reads should still instantly stop it. Otherwise you end up busy-waiting.)
History
Date User Action Args
2015-10-07 16:30:49gvanrossumsetrecipients: + gvanrossum, exarkun, amaury.forgeotdarc, pitrou, ocean-city, Arfrever, marduk, zmedico, marcio, martin.panter
2015-10-07 16:30:49gvanrossumsetmessageid: <1444235449.84.0.77985736172.issue5380@psf.upfronthosting.co.za>
2015-10-07 16:30:49gvanrossumlinkissue5380 messages
2015-10-07 16:30:49gvanrossumcreate