Skip to content

Commit 8e02c8a

Browse files
committed
Don't flag static PyABIInfo variables
1 parent 35fa3f0 commit 8e02c8a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)