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 Jona.Sassenhagen
Recipients Jona.Sassenhagen, ronaldoussoren
Date 2014-03-25.16:30:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395765054.83.0.586570273624.issue21064@psf.upfronthosting.co.za>
In-reply-to
Content
In fact this minimal example is sufficient to cause a CtD (OSX 10.9.2):

$ python3
Python 3.3.2 (v3.3.2:d047928ae3f6, May 13 2013, 13:52:24) 
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> class Word(object):
...     def __init__(self):
Segmentation fault: 11
History
Date User Action Args
2014-03-25 16:30:54Jona.Sassenhagensetrecipients: + Jona.Sassenhagen, ronaldoussoren
2014-03-25 16:30:54Jona.Sassenhagensetmessageid: <1395765054.83.0.586570273624.issue21064@psf.upfronthosting.co.za>
2014-03-25 16:30:54Jona.Sassenhagenlinkissue21064 messages
2014-03-25 16:30:54Jona.Sassenhagencreate