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 miss-islington, shihai1991, vstinner, xtreak
Date 2019-08-14.09:55:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1565776535.41.0.196236092786.issue37583@roundup.psfhosted.org>
In-reply-to
Content
Thanks Hai Shi for the bug report and the fix. It's now fixd in 3.7, 3.8 and master branches.

First I understood that you wanted to modify transient_internet() which is used in many places. Fixing support.get_socket_conn_refused_errs() is fine, it's only used in 2 test functions.

I don't think that it's worth it to fix Python 2.7 (which doesn't have get_socket_conn_refused_errs() function but build errno list directly in test_socket).
History
Date User Action Args
2019-08-14 09:55:35vstinnersetrecipients: + vstinner, miss-islington, xtreak, shihai1991
2019-08-14 09:55:35vstinnersetmessageid: <1565776535.41.0.196236092786.issue37583@roundup.psfhosted.org>
2019-08-14 09:55:35vstinnerlinkissue37583 messages
2019-08-14 09:55:35vstinnercreate