-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Fix frozenset deserialization #341
Comments
Hi, thank you for spotting this bug! Actually, the true bug is the lack of proper support of To give you some context, as you have dug into apischema tests, you have noticed this test case: That's why, if there is indeed a bug with P.S. I've checked the history and indeed, |
Interesting discussion. But now I wonder if it makes sense to use an abstract type as a target type for deserialization. They are not enough constrained by definition. What would be the consequences of only supporting concrete classes ? It looks like a source of confusion that may bite again. |
AbstractSet and FrozenSet are not deserialized in frozensets.
PR to follow
The text was updated successfully, but these errors were encountered: