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
I am waiting on another patch to be tested first, and as soon as this is done, I'll make the release. It may take 1 or 2 days before I have time to make the release though.
Ok I'll try it out, but the changes for the typdef/enum were ones I already tested so I know it already resolves the problem.
return super(enumeration_t, self).hash()
return super(typedef_t, self).hash()
The above don't appear to be on the devlop branch.
I just released 1.8.5, which was uploaded to pypi too. The changes are in the develop branch too. Closing here. Thanks for reporting again, and for your patience.
` File "./../pygccxml/declarations/enumeration.py", line 51, in hash
return super(enumeration_t, self).hash(self)
TypeError: hash() takes exactly 1 argument (2 given)
`
hash.zip
The text was updated successfully, but these errors were encountered: