You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "ctypeslib/codegen/clangparser.py", line 1035, in FIELD_DECL
raise TypeError('Field can not be None %s'%(name ))
TypeError: Field can not be None baz
The text was updated successfully, but these errors were encountered:
This causes an error:
File "ctypeslib/codegen/clangparser.py", line 1035, in FIELD_DECL
raise TypeError('Field can not be None %s'%(name ))
TypeError: Field can not be None baz
The text was updated successfully, but these errors were encountered: