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 skrah
Recipients loewis, skrah, vstinner
Date 2012-03-16.13:49:06
SpamBayes Score 7.39468e-05
Marked as misclassified No
Message-id <1331905746.85.0.542881546552.issue14334@psf.upfronthosting.co.za>
In-reply-to
Content
I've traced it down to this line:

>>> getattr(type, '__getattribute__')(type, type)
Segmentation fault


Setting to 'normal', since there are apparently more of these.
History
Date User Action Args
2012-03-16 13:49:06skrahsetrecipients: + skrah, loewis, vstinner
2012-03-16 13:49:06skrahsetmessageid: <1331905746.85.0.542881546552.issue14334@psf.upfronthosting.co.za>
2012-03-16 13:49:06skrahlinkissue14334 messages
2012-03-16 13:49:06skrahcreate