-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
bpo-38841: Skip asyncio test_create_datagram_endpoint_existing_sock_unix #17294
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
on platforms lacking a functional bind() for named unix domain sockets
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.
IMHO, test_create_datagram_endpoint_sock_unix
can be applied also?
@corona10 |
Oh.. sorry please ignore my previous comment. :( |
Thanks @xdegaye for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7, 3.8. |
GH-17299 is a backport of this pull request to the 3.8 branch. |
Sorry, @xdegaye, I could not cleanly backport this to |
…nix (pythonGH-17294) on platforms lacking a functional bind() for named unix domain sockets https://bugs.python.org/issue38841 Automerge-Triggered-By: @asvetlov (cherry picked from commit 559bad1) Co-authored-by: xdegaye <xdegaye@gmail.com>
I don't want backporting to to 3.7. @xdegaye if you do care please make a PR. |
@asvetlov |
…nix (GH-17294) on platforms lacking a functional bind() for named unix domain sockets https://bugs.python.org/issue38841 Automerge-Triggered-By: @asvetlov (cherry picked from commit 559bad1) Co-authored-by: xdegaye <xdegaye@gmail.com>
…nix (pythonGH-17294) on platforms lacking a functional bind() for named unix domain sockets https://bugs.python.org/issue38841 Automerge-Triggered-By: @asvetlov
…nix (pythonGH-17294) on platforms lacking a functional bind() for named unix domain sockets https://bugs.python.org/issue38841 Automerge-Triggered-By: @asvetlov
on platforms lacking a functional bind() for named unix domain sockets
https://bugs.python.org/issue38841
Automerge-Triggered-By: @asvetlov