@@ -57,6 +57,7 @@ Objects/genobject.c - _PyCoroWrapper_Type -
57
57
Objects/interpreteridobject.c - PyInterpreterID_Type -
58
58
Objects/iterobject.c - PyCallIter_Type -
59
59
Objects/iterobject.c - PySeqIter_Type -
60
+ Objects/iterobject.c - _PyAnextAwaitable_Type -
60
61
Objects/listobject.c - PyListIter_Type -
61
62
Objects/listobject.c - PyListRevIter_Type -
62
63
Objects/listobject.c - PyList_Type -
@@ -70,6 +71,7 @@ Objects/moduleobject.c - PyModule_Type -
70
71
Objects/namespaceobject.c - _PyNamespace_Type -
71
72
Objects/object.c - _PyNone_Type -
72
73
Objects/object.c - _PyNotImplemented_Type -
74
+ Objects/object.c - _PyAnextAwaitable_Type -
73
75
Objects/odictobject.c - PyODictItems_Type -
74
76
Objects/odictobject.c - PyODictIter_Type -
75
77
Objects/odictobject.c - PyODictKeys_Type -
@@ -113,8 +115,6 @@ Objects/codeobject.c - _PyLineIterator -
113
115
Objects/codeobject.c - _PyPositionsIterator -
114
116
Objects/genericaliasobject.c - _Py_GenericAliasIterType -
115
117
# Not in a .h file:
116
- Objects/iterobject.c - _PyAnextAwaitable_Type -
117
- # Not in a .h file:
118
118
Objects/memoryobject.c - _PyMemoryIter_Type -
119
119
Objects/unicodeobject.c - _PyUnicodeASCIIIter_Type -
120
120
Objects/unionobject.c - _PyUnion_Type -
0 commit comments