]> 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:19:09 +0000 (21:19 -0700)
committerNed Deily <nad@acm.org>
Fri, 2 Aug 2013 04:19:09 +0000 (21:19 -0700)
commit8074364f7abb648ac60ba8f78bae7d41a906aead
tree0f10e9443d0599eb06505486de57067932f5370e
parent594e8eba13d2c98159dcc70fb2b81497b3d039b6
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