summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2024-11-21 14:47:24 (GMT)
committerGitHub <noreply@github.com>2024-11-21 14:47:24 (GMT)
commit3c2bd66e21bd8de69a89ebf09ff9d8e78ddfb839 (patch)
treeec73ce44528ad730cfc162c864fa6daffdb7bae2 /Tools
parent60ec854bc297e04718fe13db3605d0465bf8badb (diff)
downloadcpython-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.tsv1
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 -