frozen=True doesn't play well with converters #76
Comments
Roger, I can put together a fix in the evening. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Roger, I can put together a fix in the evening. |
Code that I would expect to run without errors:
Actual runtime result:
Clearly
_convert
isn't aware of the class's frozenness. I took a quick peek at the code and it seems like it should perhaps be using_cached_setattr
instead of the ordinarysetattr
?The text was updated successfully, but these errors were encountered: