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).
Loading
Please register or sign in to comment
and __setstate__() doesn't run if the state is False. Ensure that we always return a non-false state (another version bump here).