[issue11348] test_os: test_set_get_priority() fails when high niceness is set

Giampaolo Rodola' report at bugs.python.org
Sun Feb 27 22:27:23 CET 2011


Giampaolo Rodola' <g.rodola at gmail.com> added the comment:

Of course the test fails: a process can't have a nice value higher than a certain limit, which I think can vary depending on the UNIX variant in use. The fix is not to use "nice -n20".

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11348>
_______________________________________


More information about the Python-bugs-list mailing list