[issue7900] posix.getgroups() failure on Mac OS X

Alexander Belopolsky report at bugs.python.org
Wed Jun 23 02:19:11 CEST 2010


Alexander Belopolsky <belopolsky at users.sourceforge.net> added the comment:

Martin's solution works.  I don't think we need to worry about non-gcc compilers on OSX.  I am attaching a patch with tests where getgroups to id -G comparison test is skipped if id -G shows more than 16 groups.

Some of the added tests are skipped for non-privileged user.

----------
Added file: http://bugs.python.org/file17751/issue7900-trunk.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7900>
_______________________________________


More information about the Python-bugs-list mailing list