]> granicus.if.org Git - python/commit
This fixes issue7900 by adding code that deals
authorRonald Oussoren <ronaldoussoren@mac.com>
Fri, 23 Jul 2010 13:53:51 +0000 (13:53 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Fri, 23 Jul 2010 13:53:51 +0000 (13:53 +0000)
commitb6ee4f5bfcaad3c63055ec0e99c0382ff23548d8
tree4958ef7cff60aff942b9b43c4344c5e8fb3f9806
parenta57edd0e9e24adc8c45ecca2f6f9c14d8cebd9f4
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