]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:12:25 +0000 (11:12 +0100)
committerGitHub <noreply@github.com>
Tue, 17 Feb 2026 10:12:25 +0000 (10:12 +0000)
commit6579e0381328d9268154e9dba4c62ac322e30f27
tree23d55440c379be95dbbbcff05f25cf0a9ffbbeef
parentc3b5900c65ec011b9af86bd70dee6ea1d8a96ba3
[3.13] gh-143637: Fix test_socket.test_sendmsg_reentrant_ancillary_mutation() on Solaris (GH-144890) (#144902)

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