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 david.m.cooke
Recipients david.m.cooke
Date 2013-01-03.23:30:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357255851.7.0.241432552715.issue16856@psf.upfronthosting.co.za>
In-reply-to
Content
The following segfaults:

class A(int):
    def __repr__(self):
        raise Exception()
a = A()
d = {a : 1}
repr(d)

This is with Python 3.3.0, running on Mac OS 10.7.5, from MacPorts:
Python 3.3.0 (default, Sep 29 2012, 08:16:08) 
[GCC 4.2.1 Compatible Apple Clang 3.1 (tags/Apple/clang-318.0.58)] on darwin
History
Date User Action Args
2013-01-03 23:30:51david.m.cookesetrecipients: + david.m.cooke
2013-01-03 23:30:51david.m.cookesetmessageid: <1357255851.7.0.241432552715.issue16856@psf.upfronthosting.co.za>
2013-01-03 23:30:51david.m.cookelinkissue16856 messages
2013-01-03 23:30:51david.m.cookecreate