Skip to content

Commit 79028c8

Browse files
committed
gh-116738: Add global mutex variable to lint ignore list
1 parent 5213757 commit 79028c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tools/c-analyzer/cpython/ignored.tsv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ Python/sysmodule.c - _preinit_xoptions -
167167
# XXX need race protection?
168168
Modules/faulthandler.c faulthandler_dump_traceback reentrant -
169169
Modules/faulthandler.c faulthandler_dump_c_stack reentrant -
170+
Modules/grpmodule.c - group_db_mutex -
170171
Python/pylifecycle.c _Py_FatalErrorFormat reentrant -
171172
Python/pylifecycle.c fatal_error reentrant -
172173

0 commit comments

Comments
 (0)