mverleg / pyjson_tricks

Extra features for Python's JSON: comments, order, numpy, pandas, datetimes, and many more! Simple but customizable.
Other
154 stars 23 forks source link

Fix issue #82 with __weakref__ in __slots__ #84

Closed mverleg closed 2 years ago

mverleg commented 2 years ago

Reported by dominicdoty who kindly provided a fix (#83).

This is a slight variation of that fix, which skips weakref when encoding instead of decoding.

Also bump Python version, bump json-tricks version to release the fix, and credit dominicdoty in readme.