]> granicus.if.org Git - python/commit
Fix test_posix failure on NetBSD buildbots: sched_setparam() and
authorCharles-François Natali <cf.natali@gmail.com>
Sun, 13 Jan 2013 13:10:37 +0000 (14:10 +0100)
committerCharles-François Natali <cf.natali@gmail.com>
Sun, 13 Jan 2013 13:10:37 +0000 (14:10 +0100)
commitc78de46912c29a9cca58b90535a31a2656ca6ab4
treebe7a5508d5d8af8c503f537eb31c5b9ba4a9415d
parent1ea12ff04dad589807257f258aa5c3758c924a0d
Fix test_posix failure on NetBSD buildbots: sched_setparam() and
sched_setscheduler() can fail with EINVAL if the process scheduling policy is
neither SCHED_FIFO nor SCHED_RR.
Lib/test/test_posix.py