]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-118033: Fix `__weakref__` not set for generic dataclasses (#118099)
authorNikita Sobolev <mail@sobolevn.me>
Thu, 9 May 2024 08:36:17 +0000 (11:36 +0300)
committerGitHub <noreply@github.com>
Thu, 9 May 2024 08:36:17 +0000 (11:36 +0300)
commitfa9b9cb11379806843ae03b1e4ad4ccd95a63c02
tree49aae37214a8fe073de05f23121506776fd87f7b
parente8cbcf49555c694975a6af56b5cb0af7817e889e
gh-118033: Fix `__weakref__` not set for generic dataclasses (#118099)
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]