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 vstinner
Recipients BreamoreBoy, Nidan, giampaolo.rodola, josiahcarlson, python-dev, stutzbach, vstinner, xdegaye
Date 2014-06-27.20:55:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403902551.07.0.525018436124.issue16133@psf.upfronthosting.co.za>
In-reply-to
Content
EWOULDBLOCK.patch: asyncio ignores BlockingIOError on sock.recv(), "except BlockingIOError:" is more portable and future proof than "_RETRY = frozenset((EWOULDBLOCK, EAGAIN))".

Except of that, EWOULDBLOCK.patch change looks correct.
History
Date User Action Args
2014-06-27 20:55:51vstinnersetrecipients: + vstinner, josiahcarlson, giampaolo.rodola, stutzbach, BreamoreBoy, xdegaye, python-dev, Nidan
2014-06-27 20:55:51vstinnersetmessageid: <1403902551.07.0.525018436124.issue16133@psf.upfronthosting.co.za>
2014-06-27 20:55:51vstinnerlinkissue16133 messages
2014-06-27 20:55:50vstinnercreate