]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46606: os.getgroups() doesn't overallocate (GH-31569)
authorVictor Stinner <vstinner@python.org>
Sat, 26 Feb 2022 23:14:28 +0000 (00:14 +0100)
committerGitHub <noreply@github.com>
Sat, 26 Feb 2022 23:14:28 +0000 (00:14 +0100)
commite02c47528b31f513d5f5d6eb91b8c9714134cea2
tree5cd42715cb4d3123d4f977fc43b4b4d0b6e7f199
parentfc44b8136ffc501264731ccc7456729b5cf4e74b
bpo-46606: os.getgroups() doesn't overallocate (GH-31569)
Modules/posixmodule.c