• Guido van Rossum's avatar
    Patch #1549 by Thomas Herve. · d8392f1b
    Guido van Rossum authored
    This changes the rules for when __hash__ is inherited slightly,
    by allowing it to be inherited when one or more of __lt__, __le__,
    __gt__, __ge__ are overridden, as long as __eq__ and __ne__ aren't.
    d8392f1b
typeobject.c 158 KB