]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-145056: Add support for frozendict in dataclass asdict and astuple (#145125)
authorPieter Eendebak <pieter.eendebak@gmail.com>
Thu, 23 Apr 2026 02:39:08 +0000 (04:39 +0200)
committerGitHub <noreply@github.com>
Thu, 23 Apr 2026 02:39:08 +0000 (19:39 -0700)
commit8e43f3d1177f22c95f5fc66349a3b748a36470c9
treebfe302ded22b13bd9037225436f16616573e8bee
parentbe833e658aaf6703b0dd0c0dadb893d72cbe4c77
gh-145056: Add support for frozendict in dataclass asdict and astuple (#145125)
Doc/library/dataclasses.rst
Lib/dataclasses.py
Lib/test/test_dataclasses/__init__.py
Misc/NEWS.d/next/Library/2026-02-22-19-36-00.gh-issue-145056.TH8nX4.rst [new file with mode: 0644]