[issue45897] Frozen dataclasses with slots raise TypeError

Eric V. Smith report at bugs.python.org
Thu Nov 25 08:20:38 EST 2021


Eric V. Smith <eric at trueblade.com> added the comment:

I think the error should be AttributeError, which is what you'd get if the class weren't frozen.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45897>
_______________________________________


More information about the Python-bugs-list mailing list