]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #17557: Fix os.getgroups() to work with the modified behavior of
authorNed Deily <nad@acm.org>
Fri, 2 Aug 2013 04:21:15 +0000 (21:21 -0700)
committerNed Deily <nad@acm.org>
Fri, 2 Aug 2013 04:21:15 +0000 (21:21 -0700)
commitb5dd6d228777a12801ccc48aa1b9050b6a614576
tree07a91dfa490f9b6f76827fd46fe521a5a7f14dcc
parent2e3e593e3490202757e25a82a8b3420418597cab
Issue #17557: Fix os.getgroups() to work with the modified behavior of
getgroups(2) on OS X 10.8.  Original patch by Mateusz Lenik.
Misc/ACKS
Misc/NEWS
Modules/posixmodule.c