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

Alexander Belopolsky report at bugs.python.org
Mon Feb 22 17:05:25 CET 2010


Alexander Belopolsky <alexander.belopolsky at gmail.com> added the comment:

Apparently, Apple patches posix_[gs]etgroups functions as follows:

for 2.5: http://www.opensource.apple.com/source/python/python-44/2.5/fix/posixmodule.c.ed

for 2.6: http://www.opensource.apple.com/source/python/python-44/2.6/fix/posixmodule.c.ed

----------

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


More information about the Python-bugs-list mailing list