Skip to content
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

address and flags are ignored in socket.send_fds and socket.recv_fds #128881

Open
GalaxySnail opened this issue Jan 15, 2025 · 0 comments
Open

address and flags are ignored in socket.send_fds and socket.recv_fds #128881

GalaxySnail opened this issue Jan 15, 2025 · 0 comments
Labels
stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error

Comments

@GalaxySnail
Copy link
Contributor

GalaxySnail commented Jan 15, 2025

Bug report

Bug description:

In commit 8d120f7 which added socket.send_fds and socket.recv_fds, the address and flags parameters are not passed to sendmsg and recvmsg.

CPython versions tested on:

CPython main branch

Operating systems tested on:

Linux

Linked PRs

@GalaxySnail GalaxySnail added the type-bug An unexpected behavior, bug, or error label Jan 15, 2025
@picnixz picnixz added the stdlib Python modules in the Lib dir label Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

2 participants