]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-89683: add tests for `deepcopy` on frozen dataclasses (GH-123098) (gh-124679)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Fri, 27 Sep 2024 16:57:30 +0000 (18:57 +0200)
committerGitHub <noreply@github.com>
Fri, 27 Sep 2024 16:57:30 +0000 (16:57 +0000)
commit373036a82c2127da8c54993ec95a966a135ec4c1
treef86aad2e4ca8bbc79e604cd3b4064345efa4bd54
parentfb8d604d55cd0d27fd2e33370c092654aa7943ec
[3.12] gh-89683: add tests for `deepcopy` on frozen dataclasses (GH-123098) (gh-124679)

gh-89683: add tests for `deepcopy` on frozen dataclasses (gh-123098)

Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com>
Lib/test/test_dataclasses/__init__.py