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 exarkun
Recipients aisaac, exarkun
Date 2009-09-05.20:15:40
SpamBayes Score 0.0004960225
Marked as misclassified No
Message-id <1252181742.85.0.323848084879.issue6844@psf.upfronthosting.co.za>
In-reply-to
Content
This also affects Twisted.  We worked around it a couple months ago by
putting a read-only `message` property onto our Exception subclass
(Here's the revision: <http://twistedmatrix.com/trac/changeset/27062>).
 This seemed reasonable enough, but it turns out that it's incompatible
with PyPy so we'll probably have to do something else instead.
History
Date User Action Args
2009-09-05 20:15:42exarkunsetrecipients: + exarkun, aisaac
2009-09-05 20:15:42exarkunsetmessageid: <1252181742.85.0.323848084879.issue6844@psf.upfronthosting.co.za>
2009-09-05 20:15:40exarkunlinkissue6844 messages
2009-09-05 20:15:40exarkuncreate