8000 gh-76785: More Fixes for test.support.interpreters by ericsnowcurrently · Pull Request #113012 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-76785: More Fixes for test.support.interpreters #113012

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Ignore _globals var in _xxinterpqueuesmodule.c.
  • Loading branch information
ericsnowcurrently committed Dec 12, 2023
commit e756b9b3508e1f919a512ed52c52861c1e67f4be
1 change: 1 addition & 0 deletions Tools/c-analyzer/cpython/ignored.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ Python/pylifecycle.c fatal_error reentrant -

# explicitly protected, internal-only
Modules/_xxinterpchannelsmodule.c - _globals -
Modules/_xxinterpqueuesmodule.c - _globals -

# set once during module init
Modules/_decimal/_decimal.c - minalloc_is_set -
Expand Down
0