[issue32546] Unusual TypeError with dataclass decorator

Eric V. Smith report at bugs.python.org
Sat Jan 13 21:00:13 EST 2018


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

No matter what happens with #32513, I think the right thing to do in this case is to not error if trying to set __hash__ to None, if it already is None in __dict__.

----------

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


More information about the Python-bugs-list mailing list