This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients aplummer, berker.peksag, felixonmars, michael.foord, serhiy.storchaka
Date 2016-02-08.06:54:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454914442.47.0.914458669759.issue25195@psf.upfronthosting.co.za>
In-reply-to
Content
It would be better to use just default implementation:

    __ne__ = object.__ne__

Interesting that while call1 == call2 is True, call2 == call1 is False. But this is different issue.
History
Date User Action Args
2016-02-08 06:54:02serhiy.storchakasetrecipients: + serhiy.storchaka, michael.foord, berker.peksag, felixonmars, aplummer
2016-02-08 06:54:02serhiy.storchakasetmessageid: <1454914442.47.0.914458669759.issue25195@psf.upfronthosting.co.za>
2016-02-08 06:54:02serhiy.storchakalinkissue25195 messages
2016-02-08 06:54:02serhiy.storchakacreate