]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-103000: Optimise dataclasses asdict/astuple for common types (#103005)
authorDavid Ellis <ducksual@gmail.com>
Mon, 10 Apr 2023 21:50:58 +0000 (22:50 +0100)
committerGitHub <noreply@github.com>
Mon, 10 Apr 2023 21:50:58 +0000 (22:50 +0100)
commitd034590294d4618880375a6db513c30bce3e126b
treeb8d89889a1e1de87837ca9739384872b9d7444bd
parentf80014a9b0e8d00df3e65379070be1dfd2721682
gh-103000: Optimise dataclasses asdict/astuple for common types (#103005)

Co-authored-by: Carl Meyer <carl@oddbird.net>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Lib/dataclasses.py
Misc/NEWS.d/next/Library/2023-03-24-20-49-48.gh-issue-103000.6eVNZI.rst [new file with mode: 0644]