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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, loewis, skrah, vstinner
Date 2012-03-16.14:04:55
SpamBayes Score 0.0960701
Marked as misclassified No
Message-id <1331906696.52.0.42793109382.issue14334@psf.upfronthosting.co.za>
In-reply-to
Content
One-line crasher:
  type.__getattribute__(type, type)
Python 2.7 does not crash reliably, but is not exempt from the bug:
  type.__getattribute__(type, 1.1j)
History
Date User Action Args
2012-03-16 14:04:56amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, loewis, vstinner, skrah
2012-03-16 14:04:56amaury.forgeotdarcsetmessageid: <1331906696.52.0.42793109382.issue14334@psf.upfronthosting.co.za>
2012-03-16 14:04:55amaury.forgeotdarclinkissue14334 messages
2012-03-16 14:04:55amaury.forgeotdarccreate