Skip to content

Conversation

@miss-islington
Copy link
Contributor

@miss-islingtonmiss-islington commented Jan 21, 2024

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
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-islingtonmiss-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