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.

classification
Title: Solaris/Illumos (OpenIndiana) Scheduling policies
Type: enhancement Stage: resolved
Components: Versions: Python 3.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: jcea Nosy List: jcea, python-dev
Priority: normal Keywords:

Created on 2011-09-09 21:47 by jcea, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg143806 - (view) Author: Jesús Cea Avión (jcea) * (Python committer) Date: 2011-09-09 21:47
Solaris/Illumos (OpenIndiana) have several more Scheduling Policies, specially if the program is running under a Solaris Zone.

OpenIndiana buildbots are running under Zones, and the test is failing because current (under Zones) scheduling policy is not recognized.

I take care of this myself.
msg143808 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-09-09 21:55
New changeset e1644c8edc3e by Jesus Cea in branch 'default':
Close issue 12952: Solaris/Illumos (OpenIndiana) Scheduling policies
http://hg.python.org/cpython/rev/e1644c8edc3e
msg143809 - (view) Author: Jesús Cea Avión (jcea) * (Python committer) Date: 2011-09-09 21:58
Under Solaris 10 Update 9, FSS (Fair Share Scheduling) is usually used in the Zones, but it is not defined in "sched.h", so the test will fail.
History
Date User Action Args
2022-04-11 14:57:21adminsetgithub: 57161
2011-09-09 21:58:56jceasetmessages: + msg143809
2011-09-09 21:55:47python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg143808

resolution: fixed
stage: resolved
2011-09-09 21:47:00jceacreate