]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-143637: Fix test_socket.test_sendmsg_reentrant_ancillary_mutation() on...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 17 Feb 2026 10:16:21 +0000 (11:16 +0100)
committerGitHub <noreply@github.com>
Tue, 17 Feb 2026 10:16:21 +0000 (10:16 +0000)
commit2df57db47fc29253905d00f86710b071e4923562
tree7ce07c7c7a13d0994aa21dea1acf33e0bf982c92
parent8f7e9c239f4ed5260df5726dfc0b8c7d68800eb9
[3.14] gh-143637: Fix test_socket.test_sendmsg_reentrant_ancillary_mutation() on Solaris (GH-144890) (#144901)

gh-143637: Fix test_socket.test_sendmsg_reentrant_ancillary_mutation() on Solaris (GH-144890)

Use socket.SCM_RIGHTS operation.
(cherry picked from commit 63531a3867cf4f8b5a7088fb7667d33534c43ff7)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_socket.py