Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
gh-127840: pass flags and address from send_fds#127841
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
ghost commentedDec 11, 2024 • edited by ghost
Loading Uh oh!
There was an error while loading.Please reload this page.
edited by ghost
Uh oh!
There was an error while loading.Please reload this page.
Most changes to Pythonrequire a NEWS entry. Add one using theblurb_it web app or theblurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
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.
Happy to see new contributors 😄
Misc/NEWS.d/next/Library/2024-12-11-20-15-00.gh-issue-127840.pt8fiQ.rst OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
…t8fiQ.rstCo-authored-by: Peter Bierma <zintensitydev@gmail.com>
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!
@gpshead, as one of thesocket
experts, would you mind reviewing?
518c95b
intopython:mainUh oh!
There was an error while loading.Please reload this page.
socket: pass flags and address from send_fds(cherry picked from commit518c95b)Co-authored-by: Marcin Bachry <hegel666@gmail.com>Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
socket: pass flags and address from send_fds(cherry picked from commit518c95b)Co-authored-by: Marcin Bachry <hegel666@gmail.com>Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
GH-134474 is a backport of this pull request to the3.14 branch. |
GH-134475 is a backport of this pull request to the3.13 branch. |
bedevere-bot commentedMay 22, 2025
|
bedevere-bot commentedMay 22, 2025
|
bedevere-bot commentedMay 22, 2025
|
bedevere-bot commentedMay 22, 2025
|
bedevere-bot commentedMay 22, 2025
|
bedevere-bot commentedMay 22, 2025
|
hmm, probably need to revert this while figuring those out... |
bedevere-bot commentedMay 22, 2025
|
bedevere-bot commentedMay 22, 2025
|
bedevere-bot commentedMay 22, 2025
|
bedevere-bot commentedMay 22, 2025
|
Right, sorry about that. Forgot to wrap that socket in a context manager in a test case. It's a pity that local In any case, it's a simple fix, so I can open another pr. |
Uh oh!
There was an error while loading.Please reload this page.
The new test is a copy of the existing test using
socketpair
. Let me know if I should refactor and merge these two somehow.