mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
gh-127840: Revert "gh-127840: pass flags and address from send_fds (GH-127841)" (#134482)
Revert "gh-127840: pass flags and address from send_fds (GH-127841)"
This reverts commit 518c95b552
.
This commit is contained in:
parent
f3fc0c16e0
commit
296a66051e
3 changed files with 1 additions and 26 deletions
|
@ -563,7 +563,7 @@ if hasattr(_socket.socket, "sendmsg"):
|
|||
import array
|
||||
|
||||
return sock.sendmsg(buffers, [(_socket.SOL_SOCKET,
|
||||
_socket.SCM_RIGHTS, array.array("i", fds))], flags, address)
|
||||
_socket.SCM_RIGHTS, array.array("i", fds))])
|
||||
__all__.append("send_fds")
|
||||
|
||||
if hasattr(_socket.socket, "recvmsg"):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue