Skip to content

Commit 945b450

Browse files
committed
Don't flag static PyABIInfo variables
1 parent cc5e8f3 commit 945b450

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tools/c-analyzer/cpython/_analyzer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
'PyBufferProcs',
7777
'PyStructSequence_Field[]',
7878
'PyStructSequence_Desc',
79+
'PyABIInfo',
7980
}
8081

8182
# XXX We should normalize all cases to a single name,

0 commit comments

Comments
 (0)