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
frompfunimportImmutableclassC(Immutable):
passclassB(Immutable):
c: C
error:
Traceback (most recent call last):
File "mypy/semanal.py", line 4626, in accept
File "mypy/nodes.py", line 927, in accept
File "mypy/semanal.py", line 1022, in visit_class_def
File "mypy/semanal.py", line 1093, in analyze_class
File "mypy/semanal.py", line 1102, in analyze_class_body_common
File "mypy/semanal.py", line 1162, in apply_class_plugin_hooks
File "/Users/sune/pfun/pfun/mypy_plugin.py", line 207, in _immutable_hook
transformer.transform()
File "mypy/plugins/dataclasses.py", line 90, in transform
File "mypy/semanal.py", line 4360, in defer
AssertionError: Must not defer during final iteration
The text was updated successfully, but these errors were encountered:
error:
The text was updated successfully, but these errors were encountered: