diff options
author | Victor Stinner <vstinner@python.org> | 2024-11-21 14:47:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-21 14:47:24 (GMT) |
commit | 3c2bd66e21bd8de69a89ebf09ff9d8e78ddfb839 (patch) | |
tree | ec73ce44528ad730cfc162c864fa6daffdb7bae2 /Tools | |
parent | 60ec854bc297e04718fe13db3605d0465bf8badb (diff) | |
download | cpython-3c2bd66e21bd8de69a89ebf09ff9d8e78ddfb839.zip cpython-3c2bd66e21bd8de69a89ebf09ff9d8e78ddfb839.tar.gz cpython-3c2bd66e21bd8de69a89ebf09ff9d8e78ddfb839.tar.bz2 |
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.
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/c-analyzer/cpython/ignored.tsv | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/c-analyzer/cpython/ignored.tsv b/Tools/c-analyzer/cpython/ignored.tsv index 686f393..4327a11 100644 --- a/Tools/c-analyzer/cpython/ignored.tsv +++ b/Tools/c-analyzer/cpython/ignored.tsv @@ -739,6 +739,7 @@ Modules/expat/xmlrole.c - declClose - Modules/expat/xmlrole.c - error - ## other +Modules/grpmodule.c grp_getgrall_impl getgrall_mutex - Modules/_io/_iomodule.c - _PyIO_Module - Modules/_sqlite/module.c - _sqlite3module - Modules/clinic/md5module.c.h _md5_md5 _keywords - |