]> granicus.if.org Git - python/commit
Merged revisions 83124 via svnmerge from
authorRonald Oussoren <ronaldoussoren@mac.com>
Sat, 24 Jul 2010 10:05:19 +0000 (10:05 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Sat, 24 Jul 2010 10:05:19 +0000 (10:05 +0000)
commitac08e302de73e6562787a0f3a1b2f6bdb3a3181b
tree679c8c5cacf2026e8fab5ecc426395f4f23cc5d8
parenta417db544e8b58aeefb7cc57ed3274dbb93d944f
Merged revisions 83124 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/release27-maint

................
  r83124 | ronald.oussoren | 2010-07-24 10:46:41 +0100 (Sat, 24 Jul 2010) | 15 lines

  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