diff options
author | Eric Snow <ericsnowcurrently@gmail.com> | 2023-03-29 22:08:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-29 22:08:40 (GMT) |
commit | e647dbaded898e5399d01d06771c1b42b5631be8 (patch) | |
tree | e4fa3066b35543726c4b77260a80be19c79df587 /Tools/c-analyzer | |
parent | 0b1d9c44f1f091a499856d81542eeafda25011e1 (diff) | |
download | cpython-e647dbaded898e5399d01d06771c1b42b5631be8.zip cpython-e647dbaded898e5399d01d06771c1b42b5631be8.tar.gz cpython-e647dbaded898e5399d01d06771c1b42b5631be8.tar.bz2 |
gh-90110: Bring the whitelists up to date. (gh-103114)
https://github.com/python/cpython/issues/90110
Diffstat (limited to 'Tools/c-analyzer')
-rw-r--r-- | Tools/c-analyzer/cpython/globals-to-fix.tsv | 2 | ||||
-rw-r--r-- | Tools/c-analyzer/cpython/ignored.tsv | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/Tools/c-analyzer/cpython/globals-to-fix.tsv b/Tools/c-analyzer/cpython/globals-to-fix.tsv index 57b8542..e0e4526 100644 --- a/Tools/c-analyzer/cpython/globals-to-fix.tsv +++ b/Tools/c-analyzer/cpython/globals-to-fix.tsv @@ -457,7 +457,6 @@ Modules/_decimal/_decimal.c - extended_context_template - Modules/_decimal/_decimal.c - round_map - Modules/_decimal/_decimal.c - Rational - Modules/_decimal/_decimal.c - SignalTuple - -Modules/arraymodule.c array_array___reduce_ex___impl array_reconstructor - ## state Modules/_asynciomodule.c - fi_freelist - @@ -539,7 +538,6 @@ Modules/_tkinter.c - command_mutex - Modules/_tkinter.c - HeadFHCD - Modules/_tkinter.c - stdin_ready - Modules/_tkinter.c - event_tstate - -Modules/_xxinterpchannelsmodule.c - _globals - Modules/readline.c - completer_word_break_characters - Modules/readline.c - _history_length - Modules/readline.c - should_auto_add_history - diff --git a/Tools/c-analyzer/cpython/ignored.tsv b/Tools/c-analyzer/cpython/ignored.tsv index 9203c18..a8ba88e 100644 --- a/Tools/c-analyzer/cpython/ignored.tsv +++ b/Tools/c-analyzer/cpython/ignored.tsv @@ -156,6 +156,9 @@ Modules/faulthandler.c faulthandler_dump_traceback reentrant - Python/pylifecycle.c _Py_FatalErrorFormat reentrant - Python/pylifecycle.c fatal_error reentrant - +# explicitly protected, internal-only +Modules/_xxinterpchannelsmodule.c - _globals - + ################################## ## not significant |