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 eric.smith
Recipients YoSTEALTH, eric.smith
Date 2020-02-18.12:23:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582028584.88.0.114806973172.issue39673@roundup.psfhosted.org>
In-reply-to
Content
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?
History
Date User Action Args
2020-02-18 12:23:04eric.smithsetrecipients: + eric.smith, YoSTEALTH
2020-02-18 12:23:04eric.smithsetmessageid: <1582028584.88.0.114806973172.issue39673@roundup.psfhosted.org>
2020-02-18 12:23:04eric.smithlinkissue39673 messages
2020-02-18 12:23:04eric.smithcreate