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 belopolsky
Recipients belopolsky, georg.brandl, gvanrossum, twouters
Date 2008-04-07.19:58:36
SpamBayes Score 0.18210404
Marked as misclassified No
Message-id <1207598320.1.0.660401759452.issue2292@psf.upfronthosting.co.za>
In-reply-to
Content
I missed the first line copying the class definition into my previous
post.  Class 'X' was defined as follows:

class X(int):
    def __hash__(self):
        print('hash', self)
        return int.__hash__(self)
History
Date User Action Args
2008-04-07 19:58:40belopolskysetspambayes_score: 0.182104 -> 0.18210404
recipients: + belopolsky, gvanrossum, twouters, georg.brandl
2008-04-07 19:58:40belopolskysetspambayes_score: 0.182104 -> 0.182104
messageid: <1207598320.1.0.660401759452.issue2292@psf.upfronthosting.co.za>
2008-04-07 19:58:37belopolskylinkissue2292 messages
2008-04-07 19:58:37belopolskycreate