We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
socket.send_fds
socket.recv_fds
In commit 8d120f7 which added socket.send_fds and socket.recv_fds, the address and flags parameters are not passed to sendmsg and recvmsg.
address
flags
sendmsg
recvmsg
CPython main branch
Linux
socket.{send,recv}_fds
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug report
Bug description:
In commit 8d120f7 which added
socket.send_fds
andsocket.recv_fds
, theaddress
andflags
parameters are not passed tosendmsg
andrecvmsg
.CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
Linked PRs
address
andflags
parameters insocket.{send,recv}_fds
#128882The text was updated successfully, but these errors were encountered: