]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-124986: Fix test_no_leaking in test_subprocess on NetBSD and FreeBSD (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 14 Apr 2025 06:38:13 +0000 (08:38 +0200)
committerGitHub <noreply@github.com>
Mon, 14 Apr 2025 06:38:13 +0000 (06:38 +0000)
commitff9198dab3b66bd31d33bae674181f2d24124ea2
treecb9bfadc13cd97aea5e848ad09876c8f37ddbbc6
parentf206b98c18a3467477058ae5b5cad54e84f37f13
[3.13] gh-124986: Fix test_no_leaking in test_subprocess on NetBSD and FreeBSD (GH-132476) (GH-132498)

On platforms where the file descriptor limit is larger than FD_SETSIZE
that test was always skipped (FreeBSD) or always failing (NetBSD).
(cherry picked from commit f7b24ffefda839f367b048c06879df6bded128a1)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_subprocess.py