]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:02:22 +0000 (11:02 +0200)
committerGitHub <noreply@github.com>
Thu, 9 May 2024 09:02:22 +0000 (09:02 +0000)
commit632682c0c27f51aa20fa27d1acf80d38997e4022
tree243e15a64b5473ab639b97de1e72c1f308a42f2b
parent09896fca2f821fdac8c2ba28ae5a4596c179ead3
[3.13] gh-118033: Fix `__weakref__` not set for generic dataclasses (GH-118099) (#118821)

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]