core: Implement Dead.__ne__ & Dead.__hash__
Both these addtions are to address warnings in https://lgtm.com/projects/g/dw/mitogen/alerts/?mode=list. Namely that if a class defines an equality method then it should also define an inequality and a hash method. Refs #61
Showing
Please register or sign in to comment