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 gregory.p.smith
Recipients barry, gregory.p.smith, ned.deily, ronaldoussoren
Date 2010-03-03.02:47:38
SpamBayes Score 0.0011496131
Marked as misclassified No
Message-id <1267584460.99.0.332904714735.issue8045@psf.upfronthosting.co.za>
In-reply-to
Content
Just disabling those two tests is the best thing for the 2.6.5 release if we don't get around to the actual fix:

Since calling setreuid(-1, -1) is apparently not such a no-op on all systems these tests would be better if we ran them in a subprocess so that they don't alter the main test runner process state.
History
Date User Action Args
2010-03-03 02:47:41gregory.p.smithsetrecipients: + gregory.p.smith, barry, ronaldoussoren, ned.deily
2010-03-03 02:47:40gregory.p.smithsetmessageid: <1267584460.99.0.332904714735.issue8045@psf.upfronthosting.co.za>
2010-03-03 02:47:39gregory.p.smithlinkissue8045 messages
2010-03-03 02:47:38gregory.p.smithcreate