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
..
2022-02-27 22:25:45 -08:00
2022-02-25 01:31:07 -08:00
2022-03-03 17:11:01 -08:00
2022-03-06 00:02:25 -08:00
2022-03-06 00:02:25 -08:00
2022-02-25 01:31:07 -08:00
2022-03-06 00:14:20 -08:00
2022-02-22 00:10:31 -08:00
2022-02-22 00:10:31 -08:00
2022-02-18 18:22:02 -08:00
2022-03-06 00:02:25 -08:00
2021-11-20 18:49:14 -08:00
2022-02-18 18:22:02 -08:00
2022-02-22 00:10:31 -08:00
2021-11-20 18:49:14 -08:00
2022-02-22 00:10:31 -08:00
2021-11-21 11:30:39 -08:00
2022-02-25 01:31:07 -08:00
2022-02-21 23:10:28 -08:00
2021-10-22 11:42:13 -07:00