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 amrith, gps, pitrou, r.david.murray, vstinner
Date 2014-07-31.15:10:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406819409.21.0.570260878282.issue22114@psf.upfronthosting.co.za>
In-reply-to
Content
This sounds like an issue specific to eventlet. There's no reason for the standard communicate() call to raise EAGAIN, since the created pipes are blocking.

That said, if the fix is that trivial, I wouldn't be opposed to see it enter the stdlib (assuming it doesn't break anything).
History
Date User Action Args
2014-07-31 15:10:09pitrousetrecipients: + pitrou, vstinner, gps, r.david.murray, amrith
2014-07-31 15:10:09pitrousetmessageid: <1406819409.21.0.570260878282.issue22114@psf.upfronthosting.co.za>
2014-07-31 15:10:09pitroulinkissue22114 messages
2014-07-31 15:10:09pitroucreate