@@ -18,8 +18,8 @@ Objects/capsule.c - PyCapsule_Type -
18
18
Objects/cellobject.c - PyCell_Type -
19
19
Objects/classobject.c - PyInstanceMethod_Type -
20
20
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 -
23
23
Objects/codeobject.c - PyCode_Type -
24
24
Objects/complexobject.c - PyComplex_Type -
25
25
Objects/descrobject.c - PyClassMethodDescr_Type -
@@ -51,6 +51,7 @@ Objects/frameobject.c - PyFrame_Type -
51
51
Objects/funcobject.c - PyClassMethod_Type -
52
52
Objects/funcobject.c - PyFunction_Type -
53
53
Objects/funcobject.c - PyStaticMethod_Type -
54
+ Objects/genericaliasobject.c - _Py_GenericAliasIterType -
54
55
Objects/genericaliasobject.c - Py_GenericAliasType -
55
56
Objects/genobject.c - PyAsyncGen_Type -
56
57
Objects/genobject.c - PyCoro_Type -
@@ -68,7 +69,7 @@ Objects/listobject.c - PyListRevIter_Type -
68
69
Objects/listobject.c - PyList_Type -
69
70
Objects/longobject.c - Int_InfoType -
70
71
Objects/longobject.c - PyLong_Type -
71
- Objects/memoryobject.c - PyMemoryIter_Type -
72
+ Objects/memoryobject.c - _PyMemoryIter_Type -
72
73
Objects/memoryobject.c - PyMemoryView_Type -
73
74
Objects/memoryobject.c - _PyManagedBuffer_Type -
74
75
Objects/methodobject.c - PyCFunction_Type -
0 commit comments