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 sbt
Recipients fmitha, sbt, slinkp
Date 2013-04-25.20:31:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366921917.17.0.449945560202.issue13831@psf.upfronthosting.co.za>
In-reply-to
Content
It might be possible to come up with a hack so that when the exception is unpickled in the main process it gets a secondary exception chained to it using __cause__ or __context__ whose stringification contains the stringification of the original traceback.
History
Date User Action Args
2013-04-25 20:31:57sbtsetrecipients: + sbt, fmitha, slinkp
2013-04-25 20:31:57sbtsetmessageid: <1366921917.17.0.449945560202.issue13831@psf.upfronthosting.co.za>
2013-04-25 20:31:57sbtlinkissue13831 messages
2013-04-25 20:31:57sbtcreate