Message178997
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 |
|
Date |
User |
Action |
Args |
2013-01-03 23:30:51 | david.m.cooke | set | recipients:
+ david.m.cooke |
2013-01-03 23:30:51 | david.m.cooke | set | messageid: <1357255851.7.0.241432552715.issue16856@psf.upfronthosting.co.za> |
2013-01-03 23:30:51 | david.m.cooke | link | issue16856 messages |
2013-01-03 23:30:51 | david.m.cooke | create | |
|