Skip to content

Commit a05b50d

Browse files
committed
Add the new builtin types to the known-to-be-mutable-global lists in
Tools/c-analyzer.
1 parent 6fd8c59 commit a05b50d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ Objects/interpolationobject.c - _PyInterpolation_Type -
5959
Objects/iterobject.c - PyCallIter_Type -
6060
Objects/iterobject.c - PySeqIter_Type -
6161
Objects/iterobject.c - _PyAnextAwaitable_Type -
62+
Objects/lazyimportobject.c - PyLazyImport_Type -
6263
Objects/listobject.c - PyListIter_Type -
6364
Objects/listobject.c - PyListRevIter_Type -
6465
Objects/listobject.c - PyList_Type -
@@ -176,6 +177,7 @@ Objects/exceptions.c - _PyExc_StopIteration -
176177
Objects/exceptions.c - _PyExc_GeneratorExit -
177178
Objects/exceptions.c - _PyExc_SystemExit -
178179
Objects/exceptions.c - _PyExc_KeyboardInterrupt -
180+
Objects/exceptions.c - _PyExc_ImportCycleError -
179181
Objects/exceptions.c - _PyExc_ImportError -
180182
Objects/exceptions.c - _PyExc_ModuleNotFoundError -
181183
Objects/exceptions.c - _PyExc_OSError -
@@ -242,6 +244,7 @@ Objects/exceptions.c - PyExc_StopIteration -
242244
Objects/exceptions.c - PyExc_GeneratorExit -
243245
Objects/exceptions.c - PyExc_SystemExit -
244246
Objects/exceptions.c - PyExc_KeyboardInterrupt -
247+
Objects/exceptions.c - PyExc_ImportCycleError -
245248
Objects/exceptions.c - PyExc_ImportError -
246249
Objects/exceptions.c - PyExc_ModuleNotFoundError -
247250
Objects/exceptions.c - PyExc_OSError -

0 commit comments

Comments
 (0)