]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] 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:16 +0000 (23:37 +0100)
committerGitHub <noreply@github.com>
Thu, 21 Mar 2024 22:37:16 +0000 (22:37 +0000)
commit0ec856157408c84f6a794b8fa0718d2c05b1fe08
tree17b3b6cac0c1b5e9d608913c8631f0253187d78f
parent7323c4dd075c64ba54e417853f08cec42bc43e59
[3.11] gh-117061: Fix test_posix.test_sched_setaffinity() on RHEL9 (GH-117126) (#117138)

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