bpo-40014: Fix os.getgrouplist() (GH-19126)
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.
V
Victor Stinner committed
f5c7cabb2be4e42a5975ba8aac8bb458c8d9d6d7
Parent: 4b3252c
Committed by GitHub <noreply@github.com>
on 3/24/2020, 5:22:10 PM