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