]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-99957: Add `frozen_default` parameter on `dataclass_transform` (#99958)
authorErik De Bonte <erikd@microsoft.com>
Tue, 6 Dec 2022 03:35:43 +0000 (19:35 -0800)
committerGitHub <noreply@github.com>
Tue, 6 Dec 2022 03:35:43 +0000 (19:35 -0800)
commit5c19050546e3e37a8889a0baa2954e1444e803d3
treedd755d4d9f2b6b70c0e1ef0ffa0fd1811996da63
parentbed15f87eadc726122185cf41efcdda289f4a7b1
gh-99957: Add `frozen_default` parameter on `dataclass_transform` (#99958)
Doc/library/typing.rst
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2022-12-03-05-58-48.gh-issue-99957.jLYYgN.rst [new file with mode: 0644]