Dan Albert 605d8f057f Fix save loading.
https://stackoverflow.com/a/44888113/632035

Pickle can't deal with loading sets (and probably dicts) of objects with
custom __hash__ functions that depend on their state because __hash__
can be called before __setstate__. Make the hash function stupider (but
still correct) by just relying on the object ID.
2022-03-06 00:14:20 -08:00
..
2021-05-08 16:46:02 -07:00
2022-03-06 00:14:20 -08:00
2022-03-03 17:11:01 -08:00