Skip to content

Commit 17926e0

Browse files
Move reentrant to the ignore list.
1 parent 15fcae5 commit 17926e0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Tools/c-analyzer/cpython/globals-to-fix.tsv

-1
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,6 @@ Modules/itertoolsmodule.c - ziplongest_type -
368368
##-----------------------
369369
## state
370370

371-
Modules/faulthandler.c faulthandler_dump_traceback reentrant -
372371
Modules/signalmodule.c - is_tripped -
373372
Modules/signalmodule.c - signal_global_state -
374373
Modules/signalmodule.c - wakeup -

Tools/c-analyzer/cpython/ignored.tsv

+1
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ Python/sysmodule.c - _preinit_xoptions -
151151

152152
# thread-safety
153153
# XXX need race protection?
154+
Modules/faulthandler.c faulthandler_dump_traceback reentrant -
154155
Python/pylifecycle.c _Py_FatalErrorFormat reentrant -
155156
Python/pylifecycle.c fatal_error reentrant -
156157

0 commit comments

Comments
 (0)