Commit Graph

3 Commits (454c8ff5b85cbbc2bc2b51c9ccf744a8cc2570af)

Author SHA1 Message Date
James Cammarata cd76552724 Changing up how host (in)equality is checked
Fixes #13397
10 years ago
Marius Gedminas 0624797375 Bugfix: if you define a custom __eq__, you must define a __hash__ too
Also, on Python 3 the stock object.__hash__ raises an error ("unhashable
type"), and we have code that uses Host instances as dict keys.
10 years ago
Marius Gedminas a2bc6b4b26 Bugfix: if you define __eq__, you should define __ne__ too 10 years ago