Skip to content

Allow reify types to be mutable to avoid FrozenInstanceError from attrs #1100

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 1 commit into from
Nov 1, 2024

Conversation

chrisrink10
Copy link
Member

Fixes #1088

I don't really like that I'm having to do this, but given that I think such cases are likely fairly rare (and most likely confined to the io.IOBase types) I think it's an acceptable compromise.

@chrisrink10 chrisrink10 merged commit 7668503 into main Nov 1, 2024
12 checks passed
@chrisrink10 chrisrink10 deleted the fix/mutable-reify-types branch November 1, 2024 18:21
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.

FrozenInstanceError on 3.13+ for reify types with non-frozen bases
1 participant