{{ message }}
gh-128116: Skip test_socket VSOCK testStream() on PermissionError#128120
Merged
vstinner merged 1 commit intoDec 20, 2024
Merged
gh-128116: Skip test_socket VSOCK testStream() on PermissionError#128120vstinner merged 1 commit into
vstinner merged 1 commit into
Conversation
Member
Author
|
!buildbot PPC64LE Fedora Stable PR |
Sorry, something went wrong.
Member
Author
|
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). |
Sorry, something went wrong.
|
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
Sorry, something went wrong.
|
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12. |
Sorry, something went wrong.
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Dec 20, 2024
…or (pythonGH-128120) (cherry picked from commit cbfe302) Co-authored-by: Victor Stinner <vstinner@python.org>
vstinner
added a commit
that referenced
this pull request
Dec 20, 2024
vstinner
added a commit
that referenced
this pull request
Dec 20, 2024
srinivasreddy
pushed a commit
to srinivasreddy/cpython
that referenced
this pull request
Dec 23, 2024
srinivasreddy
pushed a commit
to srinivasreddy/cpython
that referenced
this pull request
Jan 8, 2025
vstinner
added a commit
to vstinner/cpython
that referenced
this pull request
Jan 22, 2025
…or (python#128120) (cherry picked from commit cbfe302)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.
edited by bedevere-app
Bot
LoadingUh oh!
There was an error while loading. Please reload this page.
Copy link Copy MarkdownSorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.