gh-89683: add tests for deepcopy on frozen dataclasses#123098
Conversation
|
Thanks @picnixz for the PR, and @ericvsmith for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
Sorry, something went wrong.
|
Thanks @picnixz for the PR, and @ericvsmith for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12. |
Sorry, something went wrong.
|
Sorry, @picnixz and @ericvsmith, I could not cleanly backport this to |
Sorry, something went wrong.
|
Sorry, @picnixz and @ericvsmith, I could not cleanly backport this to |
Sorry, something went wrong.
|
Erf, backports failed. I'll take care of them now. |
Sorry, something went wrong.
…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>
…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
…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>
|
Backports are ready (I really hate making backports manually because |
Sorry, something went wrong.
|
You're better than me: I tried using |
Sorry, something went wrong.
Note that I did not change the existing behaviour. Should we, in the case the user defines their own slot, automatically add
__{get,set}state__methods if they are not provided?