[issue40014] os.getgrouplist() can fail on macOS if the user has more than 17 groups

STINNER Victor report at bugs.python.org
Mon Mar 23 15:00:15 EDT 2020


STINNER Victor <vstinner at python.org> added the comment:

test.pythoninfo of the macOS job on the PR:

os.getgrouplist: 20, 0, 12, 61, 79, 80, 81, 98, 264, 399, 701, 33, 100, 204, 250, 395, 398, 400
os.getgroups: 20, 0, 12, 61, 79, 80, 81, 98, 264, 399, 701, 33, 100, 204, 250, 395, 398, 400

So yeah, there are 18 groups ;-)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40014>
_______________________________________


More information about the Python-bugs-list mailing list