File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -794,6 +794,7 @@ Objects/genobject.c:_PyAsyncGenASend_Type PyTypeObject _P
794794Objects/genobject.c:_PyAsyncGenAThrow_Type PyTypeObject _PyAsyncGenAThrow_Type
795795Objects/genobject.c:_PyAsyncGenWrappedValue_Type PyTypeObject _PyAsyncGenWrappedValue_Type
796796Objects/genobject.c:_PyCoroWrapper_Type PyTypeObject _PyCoroWrapper_Type
797+ Objects/interpolationobject.c:_PyInterpolation_Type PyTypeObject _PyInterpolation_Type
797798Objects/interpreteridobject.c:_PyInterpreterID_Type PyTypeObject _PyInterpreterID_Type
798799Objects/iterobject.c:PyCallIter_Type PyTypeObject PyCallIter_Type
799800Objects/iterobject.c:PySeqIter_Type PyTypeObject PySeqIter_Type
@@ -827,6 +828,8 @@ Objects/sliceobject.c:PyEllipsis_Type PyTypeObject Py
827828Objects/sliceobject.c:PySlice_Type PyTypeObject PySlice_Type
828829Objects/stringlib/unicode_format.h:PyFieldNameIter_Type static PyTypeObject PyFieldNameIter_Type
829830Objects/stringlib/unicode_format.h:PyFormatterIter_Type static PyTypeObject PyFormatterIter_Type
831+ Objects/templateobject.c:_PyTemplateIter_Type PyTypeObject _PyTemplateIter_Type
832+ Objects/templateobject.c:_PyTemplate_Type PyTypeObject _PyTemplate_Type
830833Objects/tupleobject.c:PyTupleIter_Type PyTypeObject PyTupleIter_Type
831834Objects/tupleobject.c:PyTuple_Type PyTypeObject PyTuple_Type
832835Objects/typeobject.c:PyBaseObject_Type PyTypeObject PyBaseObject_Type
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ Objects/genobject.c - _PyAsyncGenASend_Type -
5555Objects/genobject.c - _PyAsyncGenAThrow_Type -
5656Objects/genobject.c - _PyAsyncGenWrappedValue_Type -
5757Objects/genobject.c - _PyCoroWrapper_Type -
58+ Objects/interpolationobject.c - _PyInterpolation_Type -
5859Objects/iterobject.c - PyCallIter_Type -
5960Objects/iterobject.c - PySeqIter_Type -
6061Objects/iterobject.c - _PyAnextAwaitable_Type -
@@ -86,6 +87,8 @@ Objects/setobject.c - PySetIter_Type -
8687Objects/setobject.c - PySet_Type -
8788Objects/sliceobject.c - PyEllipsis_Type -
8889Objects/sliceobject.c - PySlice_Type -
90+ Objects/templateobject.c - _PyTemplateIter_Type -
91+ Objects/templateobject.c - _PyTemplate_Type -
8992Objects/tupleobject.c - PyTupleIter_Type -
9093Objects/tupleobject.c - PyTuple_Type -
9194Objects/typeobject.c - _PyBufferWrapper_Type -
You can’t perform that action at this time.
0 commit comments