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-07-23.16:08:22
SpamBayes Score 2.4398527e-05
Marked as misclassified No
Message-id <1279901303.73.0.425830667785.issue7900@psf.upfronthosting.co.za>
In-reply-to
Content
Committed a port to python3 for os-getgroups-v3.patch in r83088,
including test cases (contrary to what I wrote before). 

Backports:
3.1: r83093

I'll backport to 2.7 and 2.6 tomorrow.


To complete the documentation for picking this patch: I've spoken with an Apple engineer about this issue. He says the the _DARWIN_C_SOURCE behavior is intentional and will not be reverted.  Apple's build of python, and other system tools (including perl) also use the _DARWIN_C_SOURCE behavior.
History
Date User Action Args
2010-07-23 16:08:23ronaldoussorensetrecipients: + ronaldoussoren, loewis, belopolsky, orsenthil, r.david.murray, michael.foord, flox, l0nwlf
2010-07-23 16:08:23ronaldoussorensetmessageid: <1279901303.73.0.425830667785.issue7900@psf.upfronthosting.co.za>
2010-07-23 16:08:22ronaldoussorenlinkissue7900 messages
2010-07-23 16:08:22ronaldoussorencreate