]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-103000: Optimise `dataclasses.asdict` for the common case (#104364)
authorAlex Waygood <Alex.Waygood@Gmail.com>
Wed, 10 May 2023 21:43:51 +0000 (22:43 +0100)
committerGitHub <noreply@github.com>
Wed, 10 May 2023 21:43:51 +0000 (22:43 +0100)
commit7b8d7f56b64ab4370fea77e77ea4984dd2a73979
tree4729a06c9797ac0ce054a4c5f70fe4298d6599eb
parente464ec9f4c4af6c2fdb6db9a3fa70ffd703ae01f
gh-103000: Optimise `dataclasses.asdict` for the common case (#104364)

Co-authored-by: David Ellis <ducksual@gmail.com>
Lib/dataclasses.py
Misc/NEWS.d/next/Library/2023-05-10-19-33-36.gh-issue-103000.j0KSfD.rst [new file with mode: 0644]