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 pitrou
Recipients gvanrossum, pitrou, vstinner
Date 2013-12-20.21:47:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387576022.04.0.411244859696.issue20032@psf.upfronthosting.co.za>
In-reply-to
Content
+            self._loop.call_soon(traceback.clear_frames,
+                                 self._exception.__traceback__)

This will keep the traceback alive until called by the event loop, even if self._exception is cleared in the meantime...
History
Date User Action Args
2013-12-20 21:47:02pitrousetrecipients: + pitrou, gvanrossum, vstinner
2013-12-20 21:47:02pitrousetmessageid: <1387576022.04.0.411244859696.issue20032@psf.upfronthosting.co.za>
2013-12-20 21:47:02pitroulinkissue20032 messages
2013-12-20 21:47:01pitroucreate