]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #12783: Fix test_posix failures on FreeBSD buildbots, due to
authorCharles-François Natali <neologix@free.fr>
Sun, 21 Aug 2011 10:41:43 +0000 (12:41 +0200)
committerCharles-François Natali <neologix@free.fr>
Sun, 21 Aug 2011 10:41:43 +0000 (12:41 +0200)
commit7b911cb62193a82b084926aec3b0bcaaaf1af865
treedbb8109984e3fb39a39d1accbefa65051d336fe4
parent795eaeb41f358d3eb14731c04fb2bd9c1da83aa4
Issue #12783: Fix test_posix failures on FreeBSD buildbots, due to
sched_setparam() returning EINVAL for processes with SCHED_OTHER scheduling
policy.
Lib/test/test_posix.py