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 know that mypyc claims only partial support for attrs/dataclasses. I figure I can just drop slots=True in this case and rely on mypyc's auto-slots instead, but also thought that reporting this would be worthwhile.
The text was updated successfully, but these errors were encountered:
First - mypyc is really cool, thanks for maintaining it!
I've been looking at trying to compile Hypothesis under mypyc. In doing so I ran into the following under mypyc (mypy 1.14.1, python 3.12):
but dropping
slots=True
runs successfully.I know that mypyc claims only partial support for attrs/dataclasses. I figure I can just drop
slots=True
in this case and rely on mypyc's auto-slots instead, but also thought that reporting this would be worthwhile.The text was updated successfully, but these errors were encountered: