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 akuchling, ghazel, loewis, pconnell, pitrou, r.david.murray, terry.reedy, tim.peters, vstinner
Date 2013-09-08.16:22:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378657348.3251.1.camel@fsol>
In-reply-to <1378653608.83.0.793181454135.issue1565525@psf.upfronthosting.co.za>
Content
> One more substantial question: the top frame of the traceback is
> possibly still running.  Currently the code skips it by doing an
> initial 'tb = tb.tb_next'.  Would it be better to catch and ignore the
> RuntimeError 
> from frame.clear()?

Yes, I think it would be better.
Other than that, the doc lacks a "versionadded" tag.
Thanks!
History
Date User Action Args
2013-09-08 16:22:51pitrousetrecipients: + pitrou, tim.peters, loewis, akuchling, terry.reedy, vstinner, ghazel, r.david.murray, pconnell
2013-09-08 16:22:51pitroulinkissue1565525 messages
2013-09-08 16:22:51pitroucreate