diff options
author | Dmitry Marakasov <amdmi3@amdmi3.ru> | 2024-02-17 14:54:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-17 14:54:47 (GMT) |
commit | 437924465de5cb81988d1e580797b07090c26a28 (patch) | |
tree | 97646a53f83366eb1389b842d9f93bece674ee80 /Python/getcompiler.c | |
parent | 265548a4eaaebc3fb379f85f2a919848927f09e5 (diff) | |
download | cpython-437924465de5cb81988d1e580797b07090c26a28.zip cpython-437924465de5cb81988d1e580797b07090c26a28.tar.gz cpython-437924465de5cb81988d1e580797b07090c26a28.tar.bz2 |
Fix ProgramPriorityTests on FreeBSD with high nice value (GH-100145)
It expects priority to be capped with 19, which is the cap for Linux,
but for FreeBSD the cap is 20 and the test fails under the similar
conditions. Tweak the condition to cover FreeBSD as well.
Diffstat (limited to 'Python/getcompiler.c')
0 files changed, 0 insertions, 0 deletions