-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
socket.send_fds() flags and address parameters have no effect #127840
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
Comments
gpshead
pushed a commit
that referenced
this issue
May 22, 2025
socket: pass flags and address from send_fds Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
May 22, 2025
socket: pass flags and address from send_fds (cherry picked from commit 518c95b) Co-authored-by: Marcin Bachry <hegel666@gmail.com> Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
May 22, 2025
socket: pass flags and address from send_fds (cherry picked from commit 518c95b) Co-authored-by: Marcin Bachry <hegel666@gmail.com> Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
This was referenced May 22, 2025
gpshead
added a commit
to gpshead/cpython
that referenced
this issue
May 22, 2025
…GH-127841)" This reverts commit 518c95b.
gpshead
added a commit
that referenced
this issue
May 22, 2025
the original PR was reverted due to an issue on the cpython test suite side. it had passed our CI many months ago. i didn't hit Update on it before finally merging; if I had, it'd have failed as the buildbots and backport PRs such as #134474 did. easy to fix as noted in #127841 (comment) |
lkollar
pushed a commit
to lkollar/cpython
that referenced
this issue
May 26, 2025
socket: pass flags and address from send_fds Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
lkollar
pushed a commit
to lkollar/cpython
that referenced
this issue
May 26, 2025
… send_fds (pythonGH-127841)" (python#134482) Revert "pythongh-127840: pass flags and address from send_fds (pythonGH-127841)" This reverts commit 518c95b.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Bug report
Bug description:
socket.send_fds
acceptsflags
andaddress
parameters, but they aren't passed down tosocket.sendmsg
.CPython versions tested on:
3.13
Operating systems tested on:
Linux
Linked PRs
The text was updated successfully, but these errors were encountered: