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 neologix, pitrou, python-dev, vstinner
Date 2014-07-29.22:08:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406671695.53.0.913502992464.issue22042@psf.upfronthosting.co.za>
In-reply-to
Content
On Windows, it looks like it's not possible to test if a socket handle (int, not a socket object) is blocking or not. The WSAIsBlocking() function was removed, it's only possible to set the flag using ioctlsocket().
History
Date User Action Args
2014-07-29 22:08:15vstinnersetrecipients: + vstinner, pitrou, neologix, python-dev
2014-07-29 22:08:15vstinnersetmessageid: <1406671695.53.0.913502992464.issue22042@psf.upfronthosting.co.za>
2014-07-29 22:08:15vstinnerlinkissue22042 messages
2014-07-29 22:08:15vstinnercreate