Skip to content

Comments

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

Merged
vstinner merged 1 commit intopython:mainfrom
vstinner:test_socket_ancdata
Feb 17, 2026
Merged

gh-143637: Fix test_socket.test_sendmsg_reentrant_ancillary_mutation() on Solaris#144890
vstinner merged 1 commit intopython:mainfrom
vstinner:test_socket_ancdata

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Feb 16, 2026

…ation() on Solaris

Use socket.SCM_RIGHTS operation.
@vstinner vstinner added tests Tests in the Lib/test dir skip news labels Feb 16, 2026
@vstinner vstinner added needs backport to 3.13 bugs and security fixes needs backport to 3.14 bugs and security fixes labels Feb 16, 2026
@vstinner vstinner merged commit 63531a3 into python:main Feb 17, 2026
55 checks passed
@vstinner vstinner deleted the test_socket_ancdata branch February 17, 2026 09:49
@miss-islington-app
Copy link

Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Feb 17, 2026
…ation() on Solaris (pythonGH-144890)

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

Co-authored-by: Victor Stinner <vstinner@python.org>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Feb 17, 2026
…ation() on Solaris (pythonGH-144890)

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

Co-authored-by: Victor Stinner <vstinner@python.org>
@bedevere-app
Copy link

bedevere-app bot commented Feb 17, 2026

GH-144901 is a backport of this pull request to the 3.14 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.14 bugs and security fixes label Feb 17, 2026
@bedevere-app
Copy link

bedevere-app bot commented Feb 17, 2026

GH-144902 is a backport of this pull request to the 3.13 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.13 bugs and security fixes label Feb 17, 2026
@vstinner
Copy link
Member Author

Previously, the test failed on Solaris since sendmsg() didn't raise an exception: #143637 (comment)

vstinner added a commit that referenced this pull request Feb 17, 2026
…tation() 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 63531a3)

Co-authored-by: Victor Stinner <vstinner@python.org>
vstinner added a commit that referenced this pull request Feb 17, 2026
…tation() 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 63531a3)

Co-authored-by: Victor Stinner <vstinner@python.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant