Skip to content

Commit 909868d

Browse files
authored
Update globals-to-fix.tsv to follow recent changes (gh-92959)
1 parent 73473fd commit 909868d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Tools/c-analyzer/cpython/globals-to-fix.tsv

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Objects/capsule.c - PyCapsule_Type -
1818
Objects/cellobject.c - PyCell_Type -
1919
Objects/classobject.c - PyInstanceMethod_Type -
2020
Objects/classobject.c - PyMethod_Type -
21-
Objects/codeobject.c - LineIterator -
22-
Objects/codeobject.c - PositionsIterator -
21+
Objects/codeobject.c - _PyLineIterator -
22+
Objects/codeobject.c - _PyPositionsIterator -
2323
Objects/codeobject.c - PyCode_Type -
2424
Objects/complexobject.c - PyComplex_Type -
2525
Objects/descrobject.c - PyClassMethodDescr_Type -
@@ -51,6 +51,7 @@ Objects/frameobject.c - PyFrame_Type -
5151
Objects/funcobject.c - PyClassMethod_Type -
5252
Objects/funcobject.c - PyFunction_Type -
5353
Objects/funcobject.c - PyStaticMethod_Type -
54+
Objects/genericaliasobject.c - _Py_GenericAliasIterType -
5455
Objects/genericaliasobject.c - Py_GenericAliasType -
5556
Objects/genobject.c - PyAsyncGen_Type -
5657
Objects/genobject.c - PyCoro_Type -
@@ -68,7 +69,7 @@ Objects/listobject.c - PyListRevIter_Type -
6869
Objects/listobject.c - PyList_Type -
6970
Objects/longobject.c - Int_InfoType -
7071
Objects/longobject.c - PyLong_Type -
71-
Objects/memoryobject.c - PyMemoryIter_Type -
72+
Objects/memoryobject.c - _PyMemoryIter_Type -
7273
Objects/memoryobject.c - PyMemoryView_Type -
7374
Objects/memoryobject.c - _PyManagedBuffer_Type -
7475
Objects/methodobject.c - PyCFunction_Type -

0 commit comments

Comments
 (0)