]> 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:13:25 +0000 (14:13 +0100)
committerCharles-François Natali <cf.natali@gmail.com>
Sun, 13 Jan 2013 13:13:25 +0000 (14:13 +0100)
commitb402a5c01b2010fc2409e5cb137cde86c4b6cbf3
tree25e5283d0f00b785fcef032acb328ec1f144743d
parentadbfcb83a23d9154ef68a45e70d7fc00655f0224
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