8000 [3.12] gh-117482: Fix Builtin Types Slot Wrappers (gh-121602) by ericsnowcurrently · Pull Request #121632 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

[3.12] gh-117482: Fix Builtin Types Slot Wrappers (gh-121602) #121632

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
Ignore the global variable.
  • Loading branch information
ericsnowcurrently committed Jul 11, 2024
commit f7977c54af348bd31bb0c9d62113c34a38f1f6c2
5 changes: 5 additions & 0 deletions Tools/c-analyzer/cpython/globals-to-fix.tsv
6B97
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,11 @@ Objects/sliceobject.c - _Py_EllipsisObject -
Python/instrumentation.c - _PyInstrumentation_DISABLE -
Python/instrumentation.c - _PyInstrumentation_MISSING -

##-----------------------
## other

Objects/typeobject.c - static_type_defs -


##################################
## global non-objects to fix in core code
Expand Down
Loading
0