]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102069: Fix `__weakref__` descriptor generation for custom dataclasses (#102075)
authorNikita Sobolev <mail@sobolevn.me>
Mon, 13 Mar 2023 21:42:05 +0000 (00:42 +0300)
committerGitHub <noreply@github.com>
Mon, 13 Mar 2023 21:42:05 +0000 (15:42 -0600)
commitd97757f793ea53dda3cc6882b4a92d3e921b17c9
treea5bc4852eaa2d04af37975ae1f1f9b13c4757ece
parent71e37d907905b0504c5bb7b25681adeea2157492
gh-102069: Fix `__weakref__` descriptor generation for custom dataclasses (#102075)
Lib/dataclasses.py
Lib/test/test_dataclasses.py
Misc/NEWS.d/next/Library/2023-02-20-16-47-56.gh-issue-102069.FS7f1j.rst [new file with mode: 0644]