Charles-François Natali <[email protected]> added the comment: Here's a patch skipping this part of the test on FreeBSD (it actually also fails on FreeBSD 7.2). Note that while calling sched_setparam(param) results in EINVAL with SCHED_OTHER processes, calling sched_setscheduler(SCHED_OTHER, param) works just fine...
---------- keywords: +needs review, patch nosy: +pitrou stage: needs patch -> patch review versions: +Python 3.3 Added file: http://bugs.python.org/file22965/test_sched_freebsd.diff _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue12783> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
