8000 gh-90110: Bring the whitelists up to date. (gh-103114) · python/cpython@e647dba · GitHub
[go: up one dir, main page]

Skip to content

Commit e647dba

Browse files
gh-90110: Bring the whitelists up to date. (gh-103114)
#90110
1 parent 0b1d9c4 commit e647dba

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,6 @@ Modules/_decimal/_decimal.c - extended_context_template -
457457
Modules/_decimal/_decimal.c - round_map -
458458
Modules/_decimal/_decimal.c - Rational -
459459
Modules/_decimal/_decimal.c - SignalTuple -
460-
Modules/arraymodule.c array_array___reduce_ex___impl array_reconstructor -
461460

462461
## state
463462
Modules/_asynciomodule.c - fi_freelist -
@@ -539,7 +538,6 @@ Modules/_tkinter.c - command_mutex -
539538
Modules/_tkinter.c - HeadFHCD -
540539
Modules/_tkinter.c - stdin_ready -
541540
Modules/_tkinter.c - event_tstate -
542-
Modules/_xxinterpchannelsmodule.c - _globals -
543541
Modules/readline.c - completer_word_break_characters -
544542
Modules/readline.c - _history_length -
545543
Modules/readline.c - should_auto_add_history -

Tools/c-analyzer/cpython/ignored.tsv

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,9 @@ Modules/faulthandler.c faulthandler_dump_traceback reentrant -
156156
Python/pylifecycle.c _Py_FatalErrorFormat reentrant -
157157
Python/pylifecycle.c fatal_error reentrant -
158158

159+
# explicitly protected, internal-only
160+
Modules/_xxinterpchannelsmodule.c - _globals -
161+
159162

160163
##################################
161164
## not significant

0 commit comments

Comments
 (0)
0