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 vstinner
Recipients alexandre.vassalotti, brett.cannon, georg.brandl, kbengine, pitrou, vstinner
Date 2014-10-21.08:13:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413879217.41.0.709264903086.issue22676@psf.upfronthosting.co.za>
In-reply-to
Content
whichmodule_speedup.diff: I proposed once a more generic solution which is much more complex to implement. Lazy formatting of Exception message: in most cases, the message is not used. Replace AttributeError(message) with AttributeError(attr=name), only format when str(exc) is called.
History
Date User Action Args
2014-10-21 08:13:37vstinnersetrecipients: + vstinner, brett.cannon, georg.brandl, pitrou, alexandre.vassalotti, kbengine
2014-10-21 08:13:37vstinnersetmessageid: <1413879217.41.0.709264903086.issue22676@psf.upfronthosting.co.za>
2014-10-21 08:13:37vstinnerlinkissue22676 messages
2014-10-21 08:13:37vstinnercreate