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 pablogsal
Recipients pablogsal
Date 2018-09-14.19:04:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536951853.79.0.956365154283.issue34685@psf.upfronthosting.co.za>
In-reply-to
Content
What is failing is this line in the spawned process:

os.sched_getparam(0).sched_priority != {priority}

For some reason posix_spawn cannot change the priority in BSD. I have tried to hardcode the change in the implementation but the priority does not change in the child.

I am out of ideas, except skipping the tests on these systems.
History
Date User Action Args
2018-09-14 19:04:13pablogsalsetrecipients: + pablogsal
2018-09-14 19:04:13pablogsalsetmessageid: <1536951853.79.0.956365154283.issue34685@psf.upfronthosting.co.za>
2018-09-14 19:04:13pablogsallinkissue34685 messages
2018-09-14 19:04:13pablogsalcreate