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.

Author benjamin.peterson
Recipients benjamin.peterson
Date 2018-09-12.20:51:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536785482.95.0.956365154283.issue34650@psf.upfronthosting.co.za>
In-reply-to
Content
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
----------------------------------------------------------------------
History
Date User Action Args
2018-09-12 20:51:23benjamin.petersonsetrecipients: + benjamin.peterson
2018-09-12 20:51:22benjamin.petersonsetmessageid: <1536785482.95.0.956365154283.issue34650@psf.upfronthosting.co.za>
2018-09-12 20:51:22benjamin.petersonlinkissue34650 messages
2018-09-12 20:51:22benjamin.petersoncreate