]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-89683: add tests for `deepcopy` on frozen dataclasses (GH-123098) (#124678)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Mon, 30 Sep 2024 01:00:42 +0000 (03:00 +0200)
committerGitHub <noreply@github.com>
Mon, 30 Sep 2024 01:00:42 +0000 (18:00 -0700)
commit6b847be207d1ebd1c105fa41c0e627225a844750
tree028893275b3d0d607b45f38bfdc8295bb6e01210
parente8980b17bb72508c7cbf8c364be647eef9b512bf
[3.13] gh-89683: add tests for `deepcopy` on frozen dataclasses (GH-123098) (#124678)

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

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com>
Lib/test/test_dataclasses/__init__.py