Skip to content

Commit 06520d2

Browse files
committed
Fix C analyzer.
1 parent 2dcf975 commit 06520d2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Tools/c-analyzer/cpython/ignored.tsv

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,9 @@ Python/import.c - pkgcontext -
195195
Python/pystate.c - _Py_tss_tstate -
196196
Python/pystate.c - _Py_tss_gilstate -
197197

198+
# Global sentinel that is fine to share across interpreters
199+
Python/pystate.c - NO_TSTATE_SENTINEL -
200+
198201
##-----------------------
199202
## should be const
200203
# XXX Make them const.

0 commit comments

Comments
 (0)