]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] gh-102947: Improve traceback when calling `fields()` on a non-dataclass (...
authorAlex Waygood <Alex.Waygood@Gmail.com>
Thu, 23 Mar 2023 15:13:05 +0000 (15:13 +0000)
committerGitHub <noreply@github.com>
Thu, 23 Mar 2023 15:13:05 +0000 (15:13 +0000)
commit4531fd0cea0d2d8a0c5b8109f92ff6be886f5692
treeeb640f3457959839dfde3c371b07b2d20e6bb7e4
parent100da7c31aeb3888962bf33c8cc3594272964815
[3.10] gh-102947: Improve traceback when calling `fields()` on a non-dataclass (#102948) (#102954)
Lib/dataclasses.py
Lib/test/test_dataclasses.py
Misc/NEWS.d/next/Library/2023-03-23-13-34-33.gh-issue-102947.cTwcpU.rst [new file with mode: 0644]