commit | b6ee4f5bfcaad3c63055ec0e99c0382ff23548d8 | [log] [tgz] |
---|---|---|
author | Ronald Oussoren <ronaldoussoren@mac.com> | Fri Jul 23 13:53:51 2010 +0000 |
committer | Ronald Oussoren <ronaldoussoren@mac.com> | Fri Jul 23 13:53:51 2010 +0000 |
tree | 4958ef7cff60aff942b9b43c4344c5e8fb3f9806 | |
parent | a57edd0e9e24adc8c45ecca2f6f9c14d8cebd9f4 [diff] |
This fixes issue7900 by adding code that deals with the fact that getgroups(2) might return more that MAX_GROUPS on OSX. See the issue (and python-dev archives) for the gory details. Summarized: OSX behaves rather oddly and Apple says this is intentional.