-
-
Notifications
You must be signed in to change notification settings - Fork 33.4k
gh-140748: socket_helper.transient_internet: Unwrap UrlError.__cause__ #140749
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
!buildbot Arch |
|
🤖 New build scheduled with the buildbot fleet by @encukou for commit 5f7772c 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F140749%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
|
!buildbot Arch.Linux |
|
🤖 New build scheduled with the buildbot fleet by @encukou for commit 920dd4b 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F140749%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
|
On the still-failing buildbots, this exposes the #140691 leak. |
|
Thanks @encukou for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
|
Thanks @encukou for the PR 🌮🎉.. I'm working now to backport this PR to: 3.14. |
…cause__ (pythonGH-140749) (cherry picked from commit 75a1cbd) Co-authored-by: Petr Viktorin <encukou@gmail.com>
|
GH-141505 is a backport of this pull request to the 3.14 branch. |
…cause__ (pythonGH-140749) (cherry picked from commit 75a1cbd) Co-authored-by: Petr Viktorin <encukou@gmail.com>
|
GH-141506 is a backport of this pull request to the 3.13 branch. |
This might help #140748, and keeps the spirit of the
transient_internetdecorator.(See around 8bc0903 and #52820 for some history here.)