[issue44674] dataclasses should allow frozendict default value

Eric V. Smith report at bugs.python.org
Sat Dec 11 16:12:25 EST 2021


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


New changeset e029c53e1a408b89a4e3edf30a9b38b094f9c880 by Eric V. Smith in branch 'main':
bpo-44674: Use unhashability as a proxy for mutability for default dataclass __init__ arguments. (GH-29867)
https://github.com/python/cpython/commit/e029c53e1a408b89a4e3edf30a9b38b094f9c880


----------

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


More information about the Python-bugs-list mailing list