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

Skip to content

Commit 5f6fdfd

Browse files
committed
Ignore new C globals
1 parent 92ea108 commit 5f6fdfd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ Objects/typeobject.c - PyBaseObject_Type -
9292
Objects/typeobject.c - PySuper_Type -
9393
Objects/typeobject.c - PyType_Type -
9494
Objects/typevarobject.c - _PyTypeAlias_Type -
95+
Objects/typevarobject.c - _PyNoDefault_Type -
9596
Objects/unicodeobject.c - PyUnicodeIter_Type -
9697
Objects/unicodeobject.c - PyUnicode_Type -
9798
Objects/weakrefobject.c - _PyWeakref_CallableProxyType -
@@ -310,6 +311,7 @@ Objects/object.c - _Py_NotImplementedStruct -
310311
Objects/setobject.c - _dummy_struct -
311312
Objects/setobject.c - _PySet_Dummy -
312313
Objects/sliceobject.c - _Py_EllipsisObject -
314+
Objects/typevarobject.c - _Py_NoDefaultStruct -
313315
Python/instrumentation.c - _PyInstrumentation_DISABLE -
314316
Python/instrumentation.c - _PyInstrumentation_MISSING -
315317

0 commit comments

Comments
 (0)