-
-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
bpo-38907: Suppress any exception when attempting to set V6ONLY. #17864
bpo-38907: Suppress any exception when attempting to set V6ONLY. #17864
Conversation
Fixes error attempting to bind to IPv4 address.
Thanks @jaraco for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8. |
GH-17865 is a backport of this pull request to the 3.8 branch. |
|
…honGH-17864) Fixes error attempting to bind to IPv4 address.
Fixes error attempting to bind to IPv4 address, identified after GH-17851.
https://bugs.python.org/issue38907
Automerge-Triggered-By: @jaraco