You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: this warning was in the observed output. I extracted it to reduce noise. /.../jsons/_common_impl.py:43: UserWarning: Failed to dump attribute "42" of object of type "C". Reason: 'NoneType' object is not callable. Ignoring the attribute. Use suppress_warning(attribute-not-serialized) or suppress_warnings(True) to turn off this message. warnings.warn(msg_, *args, **kwargs)
Please let me know if I can provide more information.
The text was updated successfully, but these errors were encountered:
Hello! I've discovered some problems when using the new python union syntax (PEP-604):
Observed behaviour (example extrapolated from existing tests):
Expected behaviour:
Python version: 3.10.4
jsons
version: 1.6.1Note: this warning was in the observed output. I extracted it to reduce noise.
/.../jsons/_common_impl.py:43: UserWarning: Failed to dump attribute "42" of object of type "C". Reason: 'NoneType' object is not callable. Ignoring the attribute. Use suppress_warning(attribute-not-serialized) or suppress_warnings(True) to turn off this message. warnings.warn(msg_, *args, **kwargs)
Please let me know if I can provide more information.
The text was updated successfully, but these errors were encountered: