Skip to content

Files

4 lines (4 loc) · 256 Bytes

2022-06-06-13-19-43.gh-issue-93521._vE8m9.rst

File metadata and controls

4 lines (4 loc) · 256 Bytes

Fixed a case where dataclasses would try to add __weakref__ into the __slots__ for a dataclass that specified weakref_slot=True when it was already defined in one of its bases. This resulted in a TypeError upon the new class being created.