]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109409: Fix inheritance of frozen dataclass from non-frozen dataclass mixins ...
authorNikita Sobolev <mail@sobolevn.me>
Thu, 12 Oct 2023 13:05:23 +0000 (16:05 +0300)
committerGitHub <noreply@github.com>
Thu, 12 Oct 2023 13:05:23 +0000 (09:05 -0400)
commitb6000d287407cbccfbb1157dc1fc6128497badc7
tree165c3c724b6331dd342c096e8ebc51a94321923d
parent7dd3c2b80064c39f1f0ebbc1f8486897b3148aa5
gh-109409: Fix inheritance of frozen dataclass from non-frozen dataclass mixins (gh-109437)

Fix inheritance of frozen dataclass from non-frozen dataclass mixins
Lib/dataclasses.py
Lib/test/test_dataclasses/__init__.py
Misc/NEWS.d/next/Library/2023-09-15-10-42-30.gh-issue-109409.RlffA3.rst [new file with mode: 0644]