diff options
author | Victor Stinner <vstinner@python.org> | 2020-03-23 20:00:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-23 20:00:57 +0100 |
commit | 8ec7370c89aa522602eb9604086ce9f09770953d (patch) | |
tree | ab139eeb1b37a3ceedc0ec852dea8bdeae03e045 /Python | |
parent | bd409bb5b78e7ccac5fcda9ab4cec770552f3090 (diff) | |
download | cpython-git-8ec7370c89aa522602eb9604086ce9f09770953d.tar.gz |
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.
Diffstat (limited to 'Python')
0 files changed, 0 insertions, 0 deletions