Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.1k
gh-128116: Skip test_socket VSOCK testStream() on PermissionError#128120
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
!buildbot PPC64LE Fedora Stable PR |
bedevere-bot commentedDec 20, 2024
I only found two lines in Linux net/vmw_vsock/ using
Example: if (port <=LAST_RESERVED_PORT&& !capable(CAP_NET_BIND_SERVICE))return-EACCES; But the Python test uses port 1234 which is greater than LAST_RESERVED_PORT (1023). |
cbfe302
intopython:mainUh oh!
There was an error while loading.Please reload this page.
Thanks@vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
…or (pythonGH-128120)(cherry picked from commitcbfe302)Co-authored-by: Victor Stinner <vstinner@python.org>
GH-128123 is a backport of this pull request to the3.13 branch. |
Thanks@vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12. |
…or (pythonGH-128120)(cherry picked from commitcbfe302)Co-authored-by: Victor Stinner <vstinner@python.org>
GH-128124 is a backport of this pull request to the3.12 branch. |
…or (python#128120)(cherry picked from commitcbfe302)
Uh oh!
There was an error while loading.Please reload this page.