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

Skip to content

Commit 1e2fd8a

Browse files
committed
Add PyGetSetDef to c-analyzer's list of types
1 parent dc541cd commit 1e2fd8a

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
@@ -67,6 +67,7 @@
6767
'PyMethodDef',
6868
'PyMethodDef[]',
6969
'PyMemberDef[]',
70+
'PyGetSetDef',
7071
'PyGetSetDef[]',
7172
'PyNumberMethods',
7273
'PySequenceMethods',

0 commit comments

Comments
 (0)