Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Reword news blurb to explain change without context
  • Loading branch information
Bluenix2 committed Jun 6, 2022
commit 187a0fef6f661e8491b8e099ccd639ad5a48c79a
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
Allow specifying ``weakref_slot`` several times in dataclass MRO
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.