]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-143637: Fix test_socket.test_sendmsg_reentrant_ancillary_mutation() on Solaris...
authorVictor Stinner <vstinner@python.org>
Tue, 17 Feb 2026 09:49:30 +0000 (10:49 +0100)
committerGitHub <noreply@github.com>
Tue, 17 Feb 2026 09:49:30 +0000 (10:49 +0100)
commit63531a3867cf4f8b5a7088fb7667d33534c43ff7
tree4d243839939578a4113a8a20b732457102f5ce44
parent2f7634c0291c92cf1e040fc81c4210f0883e6036
gh-143637: Fix test_socket.test_sendmsg_reentrant_ancillary_mutation() on Solaris (#144890)

Use socket.SCM_RIGHTS operation.
Lib/test/test_socket.py