]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-154441: Skip the scheduler tests if the API requires privileges (GH-154442...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 22 Jul 2026 08:43:22 +0000 (10:43 +0200)
committerGitHub <noreply@github.com>
Wed, 22 Jul 2026 08:43:22 +0000 (08:43 +0000)
commit4bcda6d916beb46684d285ac7e7eebf219cdc81f
tree06efcab4856cf35e3c38a7e05f0999ce8250aa59
parentdd8584de860dfca000c97c1e1bf68f34cc0da0c8
[3.14] gh-154441: Skip the scheduler tests if the API requires privileges (GH-154442) (GH-154448)

DragonFly BSD requires privileges to use the scheduler API, even for
the calling process.
(cherry picked from commit cbd15390e474e254ad2590c57de7e3bf657c0a09)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Lib/test/test_posix.py