Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9ccdb51

Browse files
Move reentrant to the ignore list.
1 parent 9de9ab5 commit 9ccdb51

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
@@ -379,7 +379,6 @@ Modules/_tracemalloc.c - tracemalloc_tracebacks -
379379
Modules/_tracemalloc.c - tracemalloc_traces -
380380
Modules/_tracemalloc.c - tracemalloc_domains -
381381
Modules/_tracemalloc.c - tracemalloc_reentrant_key -
382-
Modules/faulthandler.c faulthandler_dump_traceback reentrant -
383382
Modules/signalmodule.c - is_tripped -
384383
Modules/signalmodule.c - signal_global_state -
385384
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)