fab
fab copied to clipboard
Remove hash functions
Shouldn't really have added hash functions to mutable objects just so we could put them into sets. "Just knowing" they won't be changed is not future proof and it's unpythonic. Remove the hash functions and revert to storing them in other ways.