]> granicus.if.org Git - python/commit
This fixes issue7900 by adding code that deals
authorRonald Oussoren <ronaldoussoren@mac.com>
Fri, 23 Jul 2010 15:46:03 +0000 (15:46 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Fri, 23 Jul 2010 15:46:03 +0000 (15:46 +0000)
commit47076f7897427d34a8025c1b4f330d1312facc83
tree147962d4e226ee25121a12e5205d133d9f198117
parent7180d4878114f8e427764b29a781b7c0a7e1f2dc
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