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

Skip to content

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

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
Show all changes
18 commits
Select commit Hold shift + click to select a range
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
Drop an old global from the ingored list.
  • Loading branch information
ericsnowcurrently committed Nov 15, 2022
commit 03481e2355721f03cf68240b0bf62c8a7d376ff0
1 change: 0 additions & 1 deletion Tools/c-analyzer/cpython/ignored.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ Python/import.c - PyImport_Inittab -

# initialized during init
Objects/unicodeobject.c - bloom_linebreak -
Python/import.c import_find_and_load header -

# used temporarily during init
Python/sysmodule.c - _preinit_warnoptions -
Expand Down
0