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 christian.heimes
Recipients christian.heimes, ncopa, terry.reedy
Date 2022-01-21.21:56:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
The comment about sched_[gs]etscheduler seems to be outdated. For one CPython's test suite has a @requires_sched decorator that performs a check for sched_getscheduler and the Kernel syscall. musl libc in Alpine 3.13 and 3.15 have sched_setscheduler.
History
Date User Action Args
2022-01-21 21:56:05christian.heimessetrecipients: + christian.heimes, terry.reedy, ncopa
2022-01-21 21:56:05christian.heimessetmessageid: <[email protected]>
2022-01-21 21:56:05christian.heimeslinkissue46390 messages
2022-01-21 21:56:05christian.heimescreate