]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-117061: Fix test_posix.test_sched_setaffinity() on RHEL9 (GH-117126) (...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 21 Mar 2024 22:37:06 +0000 (23:37 +0100)
committerGitHub <noreply@github.com>
Thu, 21 Mar 2024 22:37:06 +0000 (22:37 +0000)
commitd3de3a251efe213155b8996effe235408536d0e0
treed571982495ac66ebb9ddf4b416a56f28f4183b51
parent05c5bece78391f0c17f82c435b157a8c2dc2396d
[3.12] gh-117061: Fix test_posix.test_sched_setaffinity() on RHEL9 (GH-117126) (#117137)

gh-117061: Fix test_posix.test_sched_setaffinity() on RHEL9 (GH-117126)

On RHEL9, sched_setaffinity(0, []) does not fail.
(cherry picked from commit 50f9b0b1e0fb181875751cef951351ed007b6397)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_posix.py