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 methane, serhiy.storchaka, vstinner
Date 2017-01-24.11:27:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485257227.78.0.387059380922.issue29360@psf.upfronthosting.co.za>
In-reply-to
Content
Try following keys:

class Key:
    def __eq__(self, other):
        return self is other or random.getrandbits(1)
    def __hash__(self):
        return random.getrandbits(1)
History
Date User Action Args
2017-01-24 11:27:07serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, methane
2017-01-24 11:27:07serhiy.storchakasetmessageid: <1485257227.78.0.387059380922.issue29360@psf.upfronthosting.co.za>
2017-01-24 11:27:07serhiy.storchakalinkissue29360 messages
2017-01-24 11:27:07serhiy.storchakacreate