◐ Shell
clean mode source ↗

gh-89683: add tests for `deepcopy` on frozen dataclasses by picnixz · Pull Request #123098 · python/cpython

@picnixz

@picnixz picnixz changed the title gh-89783: add tests for deepcopy on frozen dataclasses gh-89683: add tests for deepcopy on frozen dataclasses

Aug 17, 2024

ericvsmith

@ericvsmith

@ericvsmith

@picnixz picnixz deleted the 89683-frozen-dataclass-deep-copy-with-slots branch

September 26, 2024 21:27

picnixz added a commit to picnixz/cpython that referenced this pull request

Sep 27, 2024
…ngh-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>

picnixz added a commit to picnixz/cpython that referenced this pull request

Sep 27, 2024
…ngh-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>

# Conflicts:
#	Lib/test/test_dataclasses/__init__.py

picnixz added a commit to picnixz/cpython that referenced this pull request

Sep 27, 2024
…ngh-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>

ericvsmith added a commit that referenced this pull request

Sep 27, 2024

Yhg1s pushed a commit that referenced this pull request

Sep 30, 2024
…23098) (#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>