8000 gh-104035: Do not ignore user-defined `__{get,set}state__` in slotted frozen dataclasses by sobolevn · Pull Request #104041 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-104035: Do not ignore user-defined __{get,set}state__ in slotted frozen dataclasses #104041

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

Merged
merged 2 commits into from
May 1, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update 2023-05-01-16-43-28.gh-issue-104035.MrJBw8.rst
  • Loading branch information
sobolevn authored May 1, 2023
commit 07d5b21861afcc1e32c83f70bec3f17459b12a32
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Do not ignore user-defined ``__getstate__`` and ``__setstate__`` method for
Do not ignore user-defined ``__getstate__`` and ``__setstate__`` methods for
slotted frozen dataclasses.
0