jiptool / jip

Java dependency management for Jython
http://pypi.python.org/pypi/jip/
Other
59 stars 15 forks source link

Remove custom __hash__ crashes pickle.load #36

Closed sunng87 closed 8 years ago

sunng87 commented 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.

@wikier PTAL

sunng87 commented 8 years ago

I will merge this for now. Please let me know if you can any concern.