commit | 9e7ffae537c72c361725ab7c6c8adede4eb9a8e0 | [log] [tgz] |
---|---|---|
author | Ronald Oussoren <ronaldoussoren@mac.com> | Sat Jul 24 09:46:41 2010 +0000 |
committer | Ronald Oussoren <ronaldoussoren@mac.com> | Sat Jul 24 09:46:41 2010 +0000 |
tree | 9d0c3cdad4a59457b972b2346935a385620df970 | |
parent | 8b0d84e3d56f185e70b2f862d8f5bc33d1da92b3 [diff] |
Merged revisions 83088 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83088 | ronald.oussoren | 2010-07-23 14:53:51 +0100 (Fri, 23 Jul 2010) | 8 lines 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. ........