SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 1 Python

bpo-40014: Fix os.getgrouplist() on macOS (GH-19118)

On macOS, getgrouplist() returns a non-zero value without setting
errno if the group list is too small. Double the list size and call
it again in this case.
V
Victor Stinner committed
8ec7370c89aa522602eb9604086ce9f09770953d
Parent: bd409bb
Committed by GitHub <noreply@github.com> on 3/23/2020, 7:00:57 PM