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