]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117061: Fix test_posix.test_sched_setaffinity() on RHEL9 (#117126)
authorVictor Stinner <vstinner@python.org>
Thu, 21 Mar 2024 22:17:09 +0000 (23:17 +0100)
committerGitHub <noreply@github.com>
Thu, 21 Mar 2024 22:17:09 +0000 (22:17 +0000)
commit50f9b0b1e0fb181875751cef951351ed007b6397
treebf359d7f43e6f9acec82fef3b74f4e43275ee502
parent0907871d43bffb613cbd560224e1a9db13d06c06
gh-117061: Fix test_posix.test_sched_setaffinity() on RHEL9 (#117126)

On RHEL9, sched_setaffinity(0, []) does not fail.
Lib/test/test_posix.py