]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-127840: pass flags and address from send_fds (GH-127841)
authorMarcin Bachry <hegel666@gmail.com>
Thu, 22 May 2025 02:38:01 +0000 (04:38 +0200)
committerGitHub <noreply@github.com>
Thu, 22 May 2025 02:38:01 +0000 (19:38 -0700)
commit518c95b5529ed3379b5a3065b09f71411efe72fb
tree2e5df70a08a167f8a5e1cb12a03ef26ac595b686
parentb1b8962443e7d418601658a4b05347a5a9161910
gh-127840: pass flags and address from send_fds (GH-127841)

socket: pass flags and address from send_fds

Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Lib/socket.py
Lib/test/test_socket.py
Misc/NEWS.d/next/Library/2024-12-11-20-15-00.gh-issue-127840.pt8fiQ.rst [new file with mode: 0644]