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 Alexander.Belopolsky
Recipients Alexander.Belopolsky, l0nwlf, loewis, michael.foord, orsenthil, ronaldoussoren
Date 2010-02-22.16:05:23
SpamBayes Score 0.12234283
Marked as misclassified No
Message-id <1266854725.18.0.360966800058.issue7900@psf.upfronthosting.co.za>
In-reply-to
Content
Apparently, Apple patches posix_[gs]etgroups functions as follows:

for 2.5: http://www.opensource.apple.com/source/python/python-44/2.5/fix/posixmodule.c.ed

for 2.6: http://www.opensource.apple.com/source/python/python-44/2.6/fix/posixmodule.c.ed
History
Date User Action Args
2010-02-22 16:05:25Alexander.Belopolskysetrecipients: + Alexander.Belopolsky, loewis, ronaldoussoren, orsenthil, michael.foord, l0nwlf
2010-02-22 16:05:25Alexander.Belopolskysetmessageid: <1266854725.18.0.360966800058.issue7900@psf.upfronthosting.co.za>
2010-02-22 16:05:23Alexander.Belopolskylinkissue7900 messages
2010-02-22 16:05:23Alexander.Belopolskycreate