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.

classification
Title: RFE: Add os.sched_setattr() and os.sched_getattr() functions
Type: enhancement Stage:
Components: Library (Lib) Versions: Python 3.8
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: mb_, vstinner
Priority: normal Keywords:

Created on 2018-12-30 22:59 by mb_, last changed 2022-04-11 14:59 by admin.

Messages (2)
msg332772 - (view) Author: Michael Büsch (mb_) * Date: 2018-12-30 22:59
Are there plans to support Linux SCHED_DEADLINE in the os module?
If not, would changes to add such support be welcome?

Support for SCHED_DEADLINE would also need support for sched_setattr/sched_getattr.
msg333070 - (view) Author: Michael Büsch (mb_) * Date: 2019-01-05 19:30
I would like to implement this feature.
So if somebody thinks that it's a bad idea to have this feature, please speak up now.
History
Date User Action Args
2022-04-11 14:59:09adminsetgithub: 79803
2019-01-05 19:30:27mb_setnosy: + vstinner
messages: + msg333070
2019-01-04 22:09:47vstinnersettitle: Add support for Linux SCHED_DEADLINE -> RFE: Add os.sched_setattr() and os.sched_getattr() functions
versions: + Python 3.8
2018-12-30 22:59:50mb_create