Skip to content

[3.7] closes bpo-34650: Check if sched_getscheduler returns ENOSYS before declaring it supported.#9236

Merged
benjaminp merged 1 commit into
3.7from
backport-c704222-3.7
Sep 12, 2018
Merged

[3.7] closes bpo-34650: Check if sched_getscheduler returns ENOSYS before declaring it supported.#9236
benjaminp merged 1 commit into
3.7from
backport-c704222-3.7

Conversation

@benjaminp

@benjaminp benjaminp commented Sep 12, 2018

Copy link
Copy Markdown
Contributor

musl doesn't support the scheduler API, but declares stubs that alway return ENOSYS..
(cherry picked from commit c704222)

Co-authored-by: Benjamin Peterson benjamin@python.org

https://bugs.python.org/issue34650

…fore declaring it supported. (GH-9228)

musl doesn't support the scheduler API, but declares stubs that alway return ENOSYS..
(cherry picked from commit c704222)

Co-authored-by: Benjamin Peterson <benjamin@python.org>
@bedevere-bot bedevere-bot added the tests Tests in the Lib/test dir label Sep 12, 2018
@benjaminp
benjaminp merged commit 0aef909 into 3.7 Sep 12, 2018
@benjaminp
benjaminp deleted the backport-c704222-3.7 branch September 12, 2018 23:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants