This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jstasiak
Recipients jstasiak, kulikjak
Date 2020-11-05.16:42:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604594554.05.0.379397844519.issue41839@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-11-05 16:42:34jstasiaksetrecipients: + jstasiak, kulikjak
2020-11-05 16:42:34jstasiaksetmessageid: <1604594554.05.0.379397844519.issue41839@roundup.psfhosted.org>
2020-11-05 16:42:34jstasiaklinkissue41839 messages
2020-11-05 16:42:33jstasiakcreate