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 mlen
Recipients jcea, mlen, ned.deily, ronaldoussoren
Date 2013-07-06.13:09:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373116165.96.0.0269358958783.issue17557@psf.upfronthosting.co.za>
In-reply-to
Content
I attached a patch implementing a workaround for getgroups(2) call. When compiled for OS X it first calls getgroups with 0 as the first argument to get number of groups and then in subsequent call the code fetches the gids.

This patch applies cleanly on 2.7 and 3.x branches.
History
Date User Action Args
2013-07-06 13:09:25mlensetrecipients: + mlen, jcea, ronaldoussoren, ned.deily
2013-07-06 13:09:25mlensetmessageid: <1373116165.96.0.0269358958783.issue17557@psf.upfronthosting.co.za>
2013-07-06 13:09:25mlenlinkissue17557 messages
2013-07-06 13:09:25mlencreate