commit | c7042224b8a67748f125c22836862483f81a87a6 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Wed Sep 12 15:12:24 2018 -0700 |
committer | GitHub <noreply@github.com> | Wed Sep 12 15:12:24 2018 -0700 |
tree | 2c5de2a4128f555e59add6af3f42eeb60d8ac51e | |
parent | 6f82bffd2df63a4072b3f0483cdbe93ddedb87e9 [diff] |
closes bpo-34650: Check if sched_getscheduler returns ENOSYS before declaring it supported. (GH-9228) musl doesn't support the scheduler API, but declares stubs that alway return ENOSYS.