Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fa4b531

Browse files
committed
Fix check-c-globals
1 parent 2c53f55 commit fa4b531

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Tools/c-analyzer/TODO

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -794,6 +794,7 @@ Objects/genobject.c:_PyAsyncGenASend_Type PyTypeObject _P
794794
Objects/genobject.c:_PyAsyncGenAThrow_Type PyTypeObject _PyAsyncGenAThrow_Type
795795
Objects/genobject.c:_PyAsyncGenWrappedValue_Type PyTypeObject _PyAsyncGenWrappedValue_Type
796796
Objects/genobject.c:_PyCoroWrapper_Type PyTypeObject _PyCoroWrapper_Type
797+
Objects/interpolationobject.c:_PyInterpolation_Type PyTypeObject _PyInterpolation_Type
797798
Objects/interpreteridobject.c:_PyInterpreterID_Type PyTypeObject _PyInterpreterID_Type
798799
Objects/iterobject.c:PyCallIter_Type PyTypeObject PyCallIter_Type
799800
Objects/iterobject.c:PySeqIter_Type PyTypeObject PySeqIter_Type
@@ -827,6 +828,8 @@ Objects/sliceobject.c:PyEllipsis_Type PyTypeObject Py
827828
Objects/sliceobject.c:PySlice_Type PyTypeObject PySlice_Type
828829
Objects/stringlib/unicode_format.h:PyFieldNameIter_Type static PyTypeObject PyFieldNameIter_Type
829830
Objects/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
830833
Objects/tupleobject.c:PyTupleIter_Type PyTypeObject PyTupleIter_Type
831834
Objects/tupleobject.c:PyTuple_Type PyTypeObject PyTuple_Type
832835
Objects/typeobject.c:PyBaseObject_Type PyTypeObject PyBaseObject_Type

Tools/c-analyzer/cpython/globals-to-fix.tsv

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ Objects/genobject.c - _PyAsyncGenASend_Type -
5555
Objects/genobject.c - _PyAsyncGenAThrow_Type -
5656
Objects/genobject.c - _PyAsyncGenWrappedValue_Type -
5757
Objects/genobject.c - _PyCoroWrapper_Type -
58+
Objects/interpolationobject.c - _PyInterpolation_Type -
5859
Objects/iterobject.c - PyCallIter_Type -
5960
Objects/iterobject.c - PySeqIter_Type -
6061
Objects/iterobject.c - _PyAnextAwaitable_Type -
@@ -86,6 +87,8 @@ Objects/setobject.c - PySetIter_Type -
8687
Objects/setobject.c - PySet_Type -
8788
Objects/sliceobject.c - PyEllipsis_Type -
8889
Objects/sliceobject.c - PySlice_Type -
90+
Objects/templateobject.c - _PyTemplateIter_Type -
91+
Objects/templateobject.c - _PyTemplate_Type -
8992
Objects/tupleobject.c - PyTupleIter_Type -
9093
Objects/tupleobject.c - PyTuple_Type -
9194
Objects/typeobject.c - _PyBufferWrapper_Type -

0 commit comments

Comments
 (0)