]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-102069: Fix `__weakref__` descriptor generation for custom dataclasses...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 13 Mar 2023 22:17:46 +0000 (15:17 -0700)
committerGitHub <noreply@github.com>
Mon, 13 Mar 2023 22:17:46 +0000 (16:17 -0600)
commitb0e221cfc881008212c037f510abab781884f6d9
tree6438821482cefe896118910929309e24c3c0c1e9
parenta4fcd06c50bba8c58ee9fb0192f217b2ed821ae5
[3.11] gh-102069: Fix `__weakref__` descriptor generation for custom dataclasses (GH-102075) (#102662)

gh-102069: Fix `__weakref__` descriptor generation for custom dataclasses (GH-102075)
(cherry picked from commit d97757f793ea53dda3cc6882b4a92d3e921b17c9)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
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]