Closed sunng87 closed 8 years ago
Fixes #34
This issue is caused by an update of python pickle module that it tries to call __hash__ before properties loaded. So here we just remove the custom __hash__ definition.
__hash__
@wikier PTAL
I will merge this for now. Please let me know if you can any concern.
Fixes #34
This issue is caused by an update of python pickle module that it tries to call
__hash__
before properties loaded. So here we just remove the custom__hash__
definition.@wikier PTAL