-
-
Notifications
You must be signed in to change notification settings - Fork 34.5k
gh-127688: Add SCHED_DEADLINE and SCHED_NORMAL constants to os module
#127689
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
cd8e65a
Add SCHED_DEADLINE, SCHED_NORMAL constants to os module
rruuaanng 4d11b53
Change NEWS
rruuaanng 46edd79
Add what's NEWS
rruuaanng 79868be
Merge branch 'add-sched-flags' of https://github.com/rruuaanng/cpythoβ¦
rruuaanng 53a7260
Change docs
rruuaanng 4c78be4
Remove extra `
rruuaanng 23b8135
Remove extra `
rruuaanng 6c9a015
Use linux/sched.h, not sched.h
rruuaanng b0cc555
Change to linux/sched.h
rruuaanng 9a240bc
Regen configure
rruuaanng 2a8f7f8
Merge branch 'main' into add-sched-flags
rruuaanng f62dea9
Change configure
rruuaanng fcbb305
Recover sched.h
rruuaanng 993e2ca
Change configure
rruuaanng File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next
Next commit
Add SCHED_DEADLINE, SCHED_NORMAL constants to os module
- Loading branch information
commit cd8e65a49eee377cb99f9341fb5e2867081685d7
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
Misc/NEWS.d/next/Library/2024-12-06-21-03-11.gh-issue-127688.NJqtc-.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| Add the ``SCHED_DEADLINE`` and ``SCHED_NORMAL`` constants to the :mod:`os` module. | ||
|
rruuaanng marked this conversation as resolved.
Outdated
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.