Skip to content

Commit

Permalink
gh-90110: Bring the whitelists up to date. (gh-103114)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsnowcurrently authored Mar 29, 2023
1 parent 0b1d9c4 commit e647dba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Tools/c-analyzer/cpython/globals-to-fix.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -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 -
Expand Down Expand Up @@ -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 -
Expand Down
3 changes: 3 additions & 0 deletions Tools/c-analyzer/cpython/ignored.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e647dba

Please sign in to comment.