Staging
v0.8.1
https://github.com/python/cpython
Revision af6fd1faa68f57c11c862624798f8510b7cac68a authored by Miss Islington (bot) on 24 March 2020, 17:40:31 UTC, committed by GitHub on 24 March 2020, 17:40:31 UTC

Fix os.getgrouplist(): if getgrouplist() function fails because the
group list is too small, retry with a larger group list.

On failure, the glibc implementation of getgrouplist() sets ngroups
to the total number of groups. For other implementations, double the
group list size.
(cherry picked from commit f5c7cabb2be4e42a5975ba8aac8bb458c8d9d6d7)

Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent 8cd48b6
History
Tip revision: af6fd1faa68f57c11c862624798f8510b7cac68a authored by Miss Islington (bot) on 24 March 2020, 17:40:31 UTC
bpo-40014: Fix os.getgrouplist() (GH-19126)
Tip revision: af6fd1f
File Mode Size
windows-release
ci.yml -rw-r--r-- 3.3 KB
docs-steps.yml -rw-r--r-- 1.3 KB
macos-steps.yml -rw-r--r-- 768 bytes
posix-deps-apt.sh -rwxr-xr-x 580 bytes
posix-steps.yml -rw-r--r-- 2.5 KB
pr.yml -rw-r--r-- 3.2 KB
prebuild-checks.yml -rw-r--r-- 1.2 KB
windows-layout-steps.yml -rw-r--r-- 1.5 KB
windows-release.yml -rw-r--r-- 3.9 KB
windows-steps.yml -rw-r--r-- 1.5 KB

back to top