STINNER Victor added the comment:

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().

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22042>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to