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 gvanrossum
Recipients gvanrossum, pitrou, vstinner
Date 2013-12-20.22:35:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387578949.04.0.939264084159.issue20032@psf.upfronthosting.co.za>
In-reply-to
Content
The only reasonable place to break the cycle seems to be the frame containing the set_exception() call -- but that could be app code.

Looking again at what the patch actually does I think it is too big a hammer anyway -- it would break debugging tools that preserve tracebacks and inspect the frames later.
History
Date User Action Args
2013-12-20 22:35:49gvanrossumsetrecipients: + gvanrossum, pitrou, vstinner
2013-12-20 22:35:49gvanrossumsetmessageid: <1387578949.04.0.939264084159.issue20032@psf.upfronthosting.co.za>
2013-12-20 22:35:49gvanrossumlinkissue20032 messages
2013-12-20 22:35:48gvanrossumcreate