Skip to content

Commit b7fb695

Browse files
committed
Add state_strings arrays to c-globals ignore list
1 parent 59a219b commit b7fb695

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Tools/c-analyzer/cpython/ignored.tsv

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,9 @@ Objects/complexobject.c - c_1 -
332332
Objects/exceptions.c - static_exceptions -
333333
Objects/genobject.c - ASYNC_GEN_IGNORED_EXIT_MSG -
334334
Objects/genobject.c - NON_INIT_CORO_MSG -
335+
Objects/genobject.c gen_getstate state_strings -
336+
Objects/genobject.c cr_getstate state_strings -
337+
Objects/genobject.c ag_getstate state_strings -
335338
Objects/longobject.c - _PyLong_DigitValue -
336339
Objects/longobject.c - PyLong_LAYOUT -
337340
Objects/object.c - _Py_SwappedOp -

0 commit comments

Comments
 (0)