Eric V. Smith <e...@trueblade.com> added the comment:

Ah, I see.

What platform are you on, and what's the value of errno.ETIMEDOUT?

On cygwin I get:
>>> errno.ETIMEDOUT
116

On a native Windows build I get:
>>> errno.ETIMEDOUT
10060

and on Fedora I get:
>>> errno.ETIMEDOUT
110

If you use errno.ETIMEDOUT instead of 62, do you get different behavior?

----------

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

Reply via email to