-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-75128: Ignore EADDRNOTAVAIL error in asyncio.BaseEventLoop.create_server() #114420
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
gh-75128: Ignore EADDRNOTAVAIL error in asyncio.BaseEventLoop.create_server() #114420
Conversation
…reate_server() Co-authored-by: Antoine Pitrou <[email protected]>
It is actually a 6.5 years old patch by @pitrou which was not yet merged perhaps due to oversight. |
🤖 New build scheduled with the buildbot fleet by @serhiy-storchaka for commit 0c836ae 🤖 The command will test the builders whose names match following regular expression: The builders matched are:
|
Well I lost track of this and I haven't done any network programming in a long time, so I don't feel qualified to review this anymore, sorry :-( |
The change looks reasonable to me, it got positive feedback in the issue, and it fixes the remaining failures on buildbots. So I'm going to merge it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks! Make sure to add Antoine in a Co-Authored-By header.
Yes, of course, it is Antoine's patch. I only added one line (log warning only in debugging, as in other cases) and a NEWS entry. The patch was good from the start and did not need a correction. |
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
…reate_server() (pythonGH-114420) (cherry picked from commit a53e56e) Co-authored-by: Serhiy Storchaka <[email protected]> Co-authored-by: Antoine Pitrou <[email protected]>
…reate_server() (pythonGH-114420) (cherry picked from commit a53e56e) Co-authored-by: Serhiy Storchaka <[email protected]> Co-authored-by: Antoine Pitrou <[email protected]>
GH-114441 is a backport of this pull request to the 3.12 branch. |
GH-114442 is a backport of this pull request to the 3.11 branch. |
…create_server() (GH-114420) (GH-114441) (cherry picked from commit a53e56e) Co-authored-by: Serhiy Storchaka <[email protected]> Co-authored-by: Antoine Pitrou <[email protected]>
…create_server() (GH-114420) (GH-114442) (cherry picked from commit a53e56e) Co-authored-by: Serhiy Storchaka <[email protected]> Co-authored-by: Antoine Pitrou <[email protected]>
…reate_server() (pythonGH-114420) Co-authored-by: Antoine Pitrou <[email protected]>
…reate_server() (pythonGH-114420) Co-authored-by: Antoine Pitrou <[email protected]>
Uh oh!
There was an error while loading. Please reload this page.