# Bug report ### Bug description: [`socket.send_fds`](https://docs.python.org/3/library/socket.html#socket.send_fds) accepts `flags` and `address` parameters, but they aren't [passed down to `socket.sendmsg`](https://github.com/python/cpython/blob/e8f4e272cc828f2b79fa17fc6b9786bdddab7ce4/Lib/socket.py#L565). ### CPython versions tested on: 3.13 ### Operating systems tested on: Linux <!-- gh-linked-prs --> ### Linked PRs * gh-127841 * gh-134474 * gh-134475 * gh-134482 <!-- /gh-linked-prs -->
Bug report
Bug description:
socket.send_fdsacceptsflagsandaddressparameters, but they aren't passed down tosocket.sendmsg.CPython versions tested on:
3.13
Operating systems tested on:
Linux
Linked PRs