blob: e9b36c211324b5f125e7fc90ff4f24ff5b80bd43 (
plain)
1
2
3
4
|
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.
|