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 rbcollins
Recipients michael.foord, r.david.murray, rbcollins, vstinner
Date 2014-09-25.01:26:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411608387.07.0.973130478505.issue19746@psf.upfronthosting.co.za>
In-reply-to
Content
Right: the existing code stringifies the original exception and creates an exception object and a closure
def test_thing(self):
    raise exception_obj

but that has the stringified original exception.
History
Date User Action Args
2014-09-25 01:26:27rbcollinssetrecipients: + rbcollins, vstinner, r.david.murray, michael.foord
2014-09-25 01:26:27rbcollinssetmessageid: <1411608387.07.0.973130478505.issue19746@psf.upfronthosting.co.za>
2014-09-25 01:26:27rbcollinslinkissue19746 messages
2014-09-25 01:26:26rbcollinscreate