gh-105866: fix dataclass with slots=True, weakref_slot=True (#105870)

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
Co-authored-by: Carl Meyer <carl@oddbird.net>
This commit is contained in:
Aviel Boag 2024-03-19 02:53:14 +02:00 committed by GitHub
parent 1d82a41235
commit a22d05f04c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 15 additions and 1 deletions

View file

@ -0,0 +1 @@
Fixed ``_get_slots`` bug which caused error when defining dataclasses with slots and a weakref_slot.