Skip to content

Commit 4485dea

Browse files
committed
update global objects
1 parent b020271 commit 4485dea

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ Objects/codeobject.c - _PyPositionsIterator -
118118
Objects/genericaliasobject.c - _Py_GenericAliasIterType -
119119
# Not in a .h file:
120120
Objects/memoryobject.c - _PyMemoryIter_Type -
121+
Objects/memoryobject.c - _PyMemoryRevIter_Type -
121122
Objects/unicodeobject.c - _PyUnicodeASCIIIter_Type -
122123
Objects/unionobject.c - _PyUnion_Type -
123124
Python/context.c - _PyContextTokenMissing_Type -

Tools/c-analyzer/cpython/ignored.tsv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -684,6 +684,7 @@ Modules/posixmodule.c - _Py_open_cloexec_works -
684684
Modules/posixmodule.c - environ -
685685
Objects/object.c - _Py_GenericAliasIterType -
686686
Objects/object.c - _PyMemoryIter_Type -
687+
Objects/object.c - _PyMemoryRevIter_Type -
687688
Objects/object.c - _PyLineIterator -
688689
Objects/object.c - _PyPositionsIterator -
689690
Python/perf_trampoline.c - _Py_trampoline_func_start -

0 commit comments

Comments
 (0)