]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-124986: Fix test_no_leaking in test_subprocess on NetBSD and FreeBSD (GH-132476)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 14 Apr 2025 06:15:12 +0000 (09:15 +0300)
committerGitHub <noreply@github.com>
Mon, 14 Apr 2025 06:15:12 +0000 (09:15 +0300)
commitf7b24ffefda839f367b048c06879df6bded128a1
tree1d3dcabd2051b62f8d92ba15711ba3fad34782ec
parent1fc1df8dcc7a853b0649bc8df37cd07cbd2b6230
gh-124986: Fix test_no_leaking in test_subprocess on NetBSD and FreeBSD (GH-132476)

On platforms where the file descriptor limit is larger than FD_SETSIZE
that test was always skipped (FreeBSD) or always failing (NetBSD).
Lib/test/test_subprocess.py