]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-104035: Do not ignore user-defined `__{get,set}state__` in slotted frozen...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 1 May 2023 16:02:41 +0000 (09:02 -0700)
committerGitHub <noreply@github.com>
Mon, 1 May 2023 16:02:41 +0000 (10:02 -0600)
commit0df7c3a466c4d5b65ce619952009477fba1e91e9
tree5c7023b9d35cb416b4852799c675b7376a4dad12
parent1be8bed236e841f33e10092aa2e774dd90d74c9b
[3.11] gh-104035: Do not ignore user-defined `__{get,set}state__` in slotted frozen dataclasses (GH-104041) (#104044)

gh-104035: Do not ignore user-defined `__{get,set}state__` in slotted frozen dataclasses (GH-104041)
(cherry picked from commit 99aab610622fc4b4c4fe56b77c0760cf77066a53)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Lib/dataclasses.py
Lib/test/test_dataclasses.py
Misc/NEWS.d/next/Library/2023-05-01-16-43-28.gh-issue-104035.MrJBw8.rst [new file with mode: 0644]