Skip to content
Commit 346fceeb authored by Matt Wala's avatar Matt Wala
Browse files

Apparently, __getstate__() results are coerced to bool in Python 2

and __setstate__() doesn't run if the state is False.

Ensure that we always return a non-false state (another version bump
here).
parent 33311179
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment