Skip to content

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

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

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

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>
@terryjreedy

Copy link
Copy Markdown
Member

I believe this should be closed as it is not a security issue. But merge the corresponding 3.12 backport?

@gpsheadgpshead closed this Aug 9, 2024
@miss-islington
miss-islington deleted the backport-5adff3f-3.11 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@terryjreedy@gpshead@ronaldoussoren