]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-118033: Fix `__weakref__` not set for generic dataclasses (GH-118099) ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 9 May 2024 09:09:40 +0000 (11:09 +0200)
committerGitHub <noreply@github.com>
Thu, 9 May 2024 09:09:40 +0000 (09:09 +0000)
commite9539568be8870ef5ab3908b483eec08a3df4820
tree87791902505168098d239cb69c0170d47f369619
parent530c3bb271d85e7700f627c5d64089d270286dfa
[3.12] gh-118033: Fix `__weakref__` not set for generic dataclasses (GH-118099) (#118822)

gh-118033: Fix `__weakref__` not set for generic dataclasses (GH-118099)
(cherry picked from commit fa9b9cb11379806843ae03b1e4ad4ccd95a63c02)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Lib/dataclasses.py
Lib/test/test_dataclasses/__init__.py
Misc/NEWS.d/next/Library/2024-04-19-14-59-53.gh-issue-118033.amS4Gw.rst [new file with mode: 0644]