Jakub Stasiak <jakub+python....@stasiak.at> added the comment:
I think negative values aren't possible on Linux if one's to trust the sched_get_priority_min man page: Linux allows the static priority range 1 to 99 for the SCHED_FIFO and SCHED_RR policies, and the priority 0 for the remaining policies. Scheduling priority ranges for the various policies are not alterable. But yeah, it seems that negative values need to be accepted on Solaris. ---------- nosy: +jstasiak _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue41839> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com