]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126316: Make grp.getgrall() thread-safe: add a mutex (#127055)
authorVictor Stinner <vstinner@python.org>
Thu, 21 Nov 2024 14:47:24 +0000 (15:47 +0100)
committerGitHub <noreply@github.com>
Thu, 21 Nov 2024 14:47:24 +0000 (15:47 +0100)
commit3c2bd66e21bd8de69a89ebf09ff9d8e78ddfb839
treeec73ce44528ad730cfc162c864fa6daffdb7bae2
parent60ec854bc297e04718fe13db3605d0465bf8badb
gh-126316: Make grp.getgrall() thread-safe: add a mutex (#127055)

grpmodule.c is no longer built with the limited C API, since PyMutex
is excluded from the limited C API.
Include/internal/pycore_global_objects_fini_generated.h
Include/internal/pycore_global_strings.h
Include/internal/pycore_runtime_init_generated.h
Include/internal/pycore_unicodeobject_generated.h
Misc/NEWS.d/next/Library/2024-11-20-11-37-08.gh-issue-126316.ElkZmE.rst [new file with mode: 0644]
Modules/clinic/grpmodule.c.h
Modules/grpmodule.c
Tools/c-analyzer/cpython/ignored.tsv