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 kulikjak
Recipients jstasiak, kulikjak
Date 2020-11-06.15:49:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604677763.27.0.926283821298.issue41839@roundup.psfhosted.org>
In-reply-to
Content
> Checking for -1 rather than all negative values fixes this issue.

To be 100% exact, it should be "checking for -1 and errno" (as other Jakub noted in the PR). Here is the standard for reference:
https://pubs.opengroup.org/onlinepubs/009695399/functions/sched_get_priority_min.html

Sticking to it should hopefully not break anything.
History
Date User Action Args
2020-11-06 15:49:23kulikjaksetrecipients: + kulikjak, jstasiak
2020-11-06 15:49:23kulikjaksetmessageid: <1604677763.27.0.926283821298.issue41839@roundup.psfhosted.org>
2020-11-06 15:49:23kulikjaklinkissue41839 messages
2020-11-06 15:49:22kulikjakcreate