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 ronaldoussoren
Recipients belopolsky, flox, l0nwlf, loewis, michael.foord, orsenthil, r.david.murray, ronaldoussoren
Date 2010-05-05.19:05:57
SpamBayes Score 0.00018808944
Marked as misclassified No
Message-id <1273086359.69.0.0346816179544.issue7900@psf.upfronthosting.co.za>
In-reply-to
Content
The PyMalloc error was a lame bug. I've also fixed another issue (missing parenthesis in an error return).

os-getgroups-v3.patch also adds unittests: 
* issue7900-tests.diff, but with all tests disabled on darwin (due to the broken implementation of getgroups) 
* a check that verifies that the result of os.getgroups is consistent with "id -G". This one is only tested on darwin because parsing the output of commands is fragile and I'm far from sure that the test will work on other platforms.
History
Date User Action Args
2010-05-05 19:05:59ronaldoussorensetrecipients: + ronaldoussoren, loewis, belopolsky, orsenthil, r.david.murray, michael.foord, flox, l0nwlf
2010-05-05 19:05:59ronaldoussorensetmessageid: <1273086359.69.0.0346816179544.issue7900@psf.upfronthosting.co.za>
2010-05-05 19:05:58ronaldoussorenlinkissue7900 messages
2010-05-05 19:05:58ronaldoussorencreate