]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-138163: skip failures if tests are run with `SCHED_BATCH` on glibc (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 16 Sep 2025 08:27:19 +0000 (10:27 +0200)
committerGitHub <noreply@github.com>
Tue, 16 Sep 2025 08:27:19 +0000 (10:27 +0200)
commit2b8ff3ca66d8ed73dece0683e6192489c1ccf75c
tree90cb22658fd15f93efa40d74c330bf8dd3b93cb2
parent3669efb890bfa9f0db6e5c4d92c23c059cfe275b
[3.13] gh-138163: skip failures if tests are run with `SCHED_BATCH` on glibc (GH-138576) (GH-138819)

(cherry picked from commit 492941459acb5b5a104d96414288601d2e2b7e6f)

This backport omits SCHED_DEADLINE, which was added in 3.14.

---------

Co-authored-by: jxes993409 <68891412+jxes993409@users.noreply.github.com>
Co-authored-by: Petr Viktorin <encukou@gmail.com>
Lib/test/test_posix.py