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-07-24.17:17:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406222260.83.0.0774238171239.issue16133@psf.upfronthosting.co.za>
In-reply-to
Content
I modified EWOULDBLOCK.patch to use BlockingIOError on Python 3 and I added a unit test. I also added EALREADY and EINPROGRESS which are used by the BlockingIOError in Python 3, just in case.

Thanks Xavier for your patch, sorry for the delay.
History
Date User Action Args
2014-07-24 17:17:40vstinnersetrecipients: + vstinner, josiahcarlson, giampaolo.rodola, stutzbach, BreamoreBoy, xdegaye, python-dev, Nidan
2014-07-24 17:17:40vstinnersetmessageid: <1406222260.83.0.0774238171239.issue16133@psf.upfronthosting.co.za>
2014-07-24 17:17:40vstinnerlinkissue16133 messages
2014-07-24 17:17:40vstinnercreate