@@ -57,6 +57,7 @@ Objects/genobject.c - _PyCoroWrapper_Type -
5757Objects/interpreteridobject.c - PyInterpreterID_Type -
5858Objects/iterobject.c - PyCallIter_Type -
5959Objects/iterobject.c - PySeqIter_Type -
60+ Objects/iterobject.c - _PyAnextAwaitable_Type -
6061Objects/listobject.c - PyListIter_Type -
6162Objects/listobject.c - PyListRevIter_Type -
6263Objects/listobject.c - PyList_Type -
@@ -70,6 +71,7 @@ Objects/moduleobject.c - PyModule_Type -
7071Objects/namespaceobject.c - _PyNamespace_Type -
7172Objects/object.c - _PyNone_Type -
7273Objects/object.c - _PyNotImplemented_Type -
74+ Objects/object.c - _PyAnextAwaitable_Type -
7375Objects/odictobject.c - PyODictItems_Type -
7476Objects/odictobject.c - PyODictIter_Type -
7577Objects/odictobject.c - PyODictKeys_Type -
@@ -113,8 +115,6 @@ Objects/codeobject.c - _PyLineIterator -
113115Objects/codeobject.c - _PyPositionsIterator -
114116Objects/genericaliasobject.c - _Py_GenericAliasIterType -
115117# Not in a .h file:
116- Objects/iterobject.c - _PyAnextAwaitable_Type -
117- # Not in a .h file:
118118Objects/memoryobject.c - _PyMemoryIter_Type -
119119Objects/unicodeobject.c - _PyUnicodeASCIIIter_Type -
120120Objects/unionobject.c - _PyUnion_Type -
0 commit comments