Skip to content
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
Move an entry to the right section.
  • Loading branch information
ericsnowcurrently committed Feb 16, 2022
commit da9810b329a495b10691d61755237bc27530ee67
2 changes: 1 addition & 1 deletion Tools/c-analyzer/cpython/globals-to-fix.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ Objects/sliceobject.c - _Py_EllipsisObject -
# manually cached PyUnicodeObject
Objects/funcobject.c PyFunction_NewWithQualName __name__ -
Objects/listobject.c - indexerr -
Objects/typeobject.c object___reduce_ex___impl objreduce -
# XXX This should have been found by the analyzer but wasn't:
Python/_warnings.c is_internal_frame bootstrap_string -
# XXX This should have been found by the analyzer but wasn't:
Expand Down Expand Up @@ -395,6 +394,7 @@ Objects/typeobject.c - slotdefs -

# other
Objects/typeobject.c - method_cache -
Objects/typeobject.c object___reduce_ex___impl objreduce -
Objects/unicodeobject.c - _string_module -
Objects/unicodeobject.c - interned -
Objects/unicodeobject.c - static_strings -
Expand Down