New submission from Benjamin Peterson <benja...@python.org>:
ERROR: test_get_and_set_scheduler_and_param (test.test_posix.PosixTester) ---------------------------------------------------------------------- Traceback (most recent call last): File "/buildbot/buildarea/3.x.ware-alpine/build/Lib/test/test_posix.py", line 1280, in test_get_and_set_scheduler_and_param mine = posix.sched_getscheduler(0) OSError: [Errno 38] Function not implemented ====================================================================== ERROR: test_setscheduler_only_param (test.test_posix.TestPosixSpawn) ---------------------------------------------------------------------- Traceback (most recent call last): File "/buildbot/buildarea/3.x.ware-alpine/build/Lib/test/test_posix.py", line 1651, in test_setscheduler_only_param policy = os.sched_getscheduler(0) OSError: [Errno 38] Function not implemented ====================================================================== ERROR: test_setscheduler_with_policy (test.test_posix.TestPosixSpawn) ---------------------------------------------------------------------- Traceback (most recent call last): File "/buildbot/buildarea/3.x.ware-alpine/build/Lib/test/test_posix.py", line 1669, in test_setscheduler_with_policy policy = os.sched_getscheduler(0) OSError: [Errno 38] Function not implemented ---------------------------------------------------------------------- ---------- components: Tests messages: 325179 nosy: benjamin.peterson priority: normal severity: normal status: open title: test_posix fails with musl versions: Python 3.6, Python 3.7, Python 3.8 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue34650> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com