]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105866: fix dataclass with slots=True, weakref_slot=True (#105870)
authorAviel Boag <avboag@gmail.com>
Tue, 19 Mar 2024 00:53:14 +0000 (02:53 +0200)
committerGitHub <noreply@github.com>
Tue, 19 Mar 2024 00:53:14 +0000 (18:53 -0600)
commita22d05f04c074dbb4f71e7837f54c0bb693db75d
treea7634e879f7d77156e15f73402924ff21c92b976
parent1d82a41235ac5619d36ac7e289fcbb686c1d9350
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>
Lib/dataclasses.py
Lib/test/test_dataclasses/__init__.py
Misc/NEWS.d/next/Library/2023-06-16-19-17-06.gh-issue-105866.0NBveV.rst [new file with mode: 0644]