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-20.20:14:06
SpamBayes Score 5.4473835e-06
Marked as misclassified No
Message-id <1266696849.46.0.822112121186.issue7900@psf.upfronthosting.co.za>
In-reply-to
Content
I am submitting a fix.  I am using the following feature documented in getgroups(2):
"""
If _DARWIN_C_SOURCE is defined, getgroups() can return more than {NGROUPS_MAX} groups.
"""

It appears that _DARWIN_C_SOURCE is defined in the standard python configuration on Mac OS X.  Tested on 10.6 only.
History
Date User Action Args
2010-02-20 20:14:09Alexander.Belopolskysetrecipients: + Alexander.Belopolsky, loewis, ronaldoussoren, orsenthil, michael.foord, l0nwlf
2010-02-20 20:14:09Alexander.Belopolskysetmessageid: <1266696849.46.0.822112121186.issue7900@psf.upfronthosting.co.za>
2010-02-20 20:14:08Alexander.Belopolskylinkissue7900 messages
2010-02-20 20:14:07Alexander.Belopolskycreate