]> granicus.if.org Git - python/commit
Merged revisions 83088 via svnmerge from
authorRonald Oussoren <ronaldoussoren@mac.com>
Sat, 24 Jul 2010 09:46:41 +0000 (09:46 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Sat, 24 Jul 2010 09:46:41 +0000 (09:46 +0000)
commit9e7ffae537c72c361725ab7c6c8adede4eb9a8e0
tree9d0c3cdad4a59457b972b2346935a385620df970
parent8b0d84e3d56f185e70b2f862d8f5bc33d1da92b3
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.
........
Lib/test/test_posix.py
Misc/NEWS
Modules/posixmodule.c