Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.11] gh-104035: Do not ignore user-defined __{get,set}state__ in slotted frozen dataclasses (GH-104041) #104044

Merged
merged 1 commit into from
May 1, 2023

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented May 1, 2023

…lotted frozen dataclasses (pythonGH-104041)

(cherry picked from commit 99aab61)

Co-authored-by: Nikita Sobolev <[email protected]>
@carljm carljm merged commit 0df7c3a into python:3.11 May 1, 2023
@miss-islington miss-islington deleted the backport-99aab61-3.11 branch May 1, 2023 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Frozen dataclasses with slots cannot override __getstate__ or __setstate__
4 participants