8000 gh-81057: Move Globals in Core Code to _PyRuntimeState by ericsnowcurrently · Pull Request #99496 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-81057: Move Globals in Core Code to _PyRuntimeState #99496

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
Adjust the whitelist.
  • Loading branch information
ericsnowcurrently committed Nov 14, 2022
commit a0a961ef67ed7c928becc8c0355c609677179c79
4 changes: 1 addition & 3 deletions Tools/c-analyzer/cpython/globals-to-fix.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ Python/hamt.c - _empty_hamt -

# idempotent
Python/dtoa.c - p5s -
Objects/obmalloc.c new_arena debug_stats -

# others
Python/perf_trampoline.c - perf_map_file -
Expand All @@ -323,9 +324,6 @@ Objects/unicodeobject.c - ucnhash_capi -
#-----------------------
# state

# object allocator
Objects/obmalloc.c new_arena debug_stats -

# pre-allocated memory
Python/dtoa.c - freelist -
Python/dtoa.c - private_mem -
Expand Down
0