# Bug report ### Bug description: In commit 8d120f75fb8c8731464b5f7531d74cdbb897d924 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 <!-- gh-linked-prs --> ### Linked PRs * gh-128882 <!-- /gh-linked-prs -->
Bug report
Bug description:
In commit 8d120f7 which added
socket.send_fdsandsocket.recv_fds, theaddressandflagsparameters are not passed tosendmsgandrecvmsg.CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
Linked PRs
addressandflagsparameters insocket.{send,recv}_fds#128882