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 jcea
Recipients benjamin.peterson, jcea, pitrou, python-dev
Date 2011-09-09.22:09:13
SpamBayes Score 1.6383843e-09
Marked as misclassified No
Message-id <1315606154.17.0.765854170203.issue12763@psf.upfronthosting.co.za>
In-reply-to
Content
This fix is incorrect. It is ignoring a common case (a process running under a Solaris Zone) completelly.

Since the intention of the test is to check the access to the scheduling information of a different process, I change it to access the parent, instead of a hardcoded "init".

I take care of this.
History
Date User Action Args
2011-09-09 22:09:14jceasetrecipients: + jcea, pitrou, benjamin.peterson, python-dev
2011-09-09 22:09:14jceasetmessageid: <1315606154.17.0.765854170203.issue12763@psf.upfronthosting.co.za>
2011-09-09 22:09:13jcealinkissue12763 messages
2011-09-09 22:09:13jceacreate