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 bryangeneolson, eryksun, neologix, paul.moore, pitrou, python-dev, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2015-07-28.00:30:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1438043407.42.0.483220037199.issue24732@psf.upfronthosting.co.za>
In-reply-to
Content
> LGTM on Windows 7:

I just compiled Python default (3.6) on Windows 8.1 with Visual Studio 2015: I confirm, the example of the original message now works as expected (raise "BlockingIOError: [WinError 10035] A non-blocking socket operation could not be completed immediately").

It still lacks an unit test.
History
Date User Action Args
2015-07-28 00:30:07vstinnersetrecipients: + vstinner, paul.moore, pitrou, tim.golden, neologix, python-dev, zach.ware, serhiy.storchaka, eryksun, steve.dower, bryangeneolson
2015-07-28 00:30:07vstinnersetmessageid: <1438043407.42.0.483220037199.issue24732@psf.upfronthosting.co.za>
2015-07-28 00:30:07vstinnerlinkissue24732 messages
2015-07-28 00:30:06vstinnercreate