niolabs / safepickle

Provides an alternative to using Python's unsafe pickle module
Apache License 2.0
1 stars 1 forks source link

Avoid generating dictionaries with potentially un-hashable keys #6

Closed f1401martin closed 7 years ago

f1401martin commented 7 years ago

This solves a nasty error @bp1222 is experiencing