]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104035: Do not ignore user-defined `__{get,set}state__` in slotted frozen dataclas...
authorNikita Sobolev <mail@sobolevn.me>
Mon, 1 May 2023 15:19:06 +0000 (18:19 +0300)
committerGitHub <noreply@github.com>
Mon, 1 May 2023 15:19:06 +0000 (09:19 -0600)
commit99aab610622fc4b4c4fe56b77c0760cf77066a53
tree39013f1f2980f70b1c0e0de2eb3abc12e9b6ba31
parente1476942525ae847875dab55541bef4a8a99dd3d
gh-104035: Do not ignore user-defined `__{get,set}state__` in slotted frozen dataclasses (#104041)
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]