Skip to content

[3.12] gh-80931: Skip some socket tests while hunting for refleaks on macOS (GH-114057) - #114381

Closed
miss-islington wants to merge 1 commit into
python:3.12from
miss-islington:backport-5adff3f-3.12
Closed

[3.12] gh-80931: Skip some socket tests while hunting for refleaks on macOS (GH-114057)#114381
miss-islington wants to merge 1 commit into
python:3.12from
miss-islington:backport-5adff3f-3.12

Conversation

@miss-islington

@miss-islingtonmiss-islington commented Jan 21, 2024

Copy link
Copy Markdown
Contributor

Some socket tests related to sending file descriptors cause a file descriptor leak on macOS, all of them tests that send one or more descriptors than cannot be received on the read end. This appears to be a platform bug.

This PR skips those tests when doing a refleak test run to avoid hiding other problems.
(cherry picked from commit 5adff3f)

Co-authored-by: Ronald Oussoren ronaldoussoren@mac.com

…macOS (pythonGH-114057)
Some socket tests related to sending file descriptors cause a file descriptor leak on macOS, all of them tests that send one or more descriptors than cannot be received on the read end. This appears to be a platform bug.
This PR skips those tests when doing a refleak test run to avoid hiding other problems.
(cherry picked from commit 5adff3f)
Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>
@gpshead

Copy link
Copy Markdown
Member

is this back port needed?

@ambvambv closed this Sep 6, 2024
@miss-islington
miss-islington deleted the backport-5adff3f-3.12 branch January 2, 2026 16:49
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@miss-islington@gpshead@ambv@ronaldoussoren