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 serhiy.storchaka
Recipients r.david.murray, serhiy.storchaka, vaultah
Date 2014-10-23.19:37:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414093054.25.0.517818144819.issue22619@psf.upfronthosting.co.za>
In-reply-to
Content
Last patch is more complicated and needs more time to review.

I suppose the code would be more clear if split _extract_tb_or_stack_iter() to parts. One generator just generates (filename, lineno, name, f.f_globals) tuples. Then these tuples either handled directly or passed through a deque with fixed size.

And some tests would be good.
History
Date User Action Args
2014-10-23 19:37:34serhiy.storchakasetrecipients: + serhiy.storchaka, r.david.murray, vaultah
2014-10-23 19:37:34serhiy.storchakasetmessageid: <1414093054.25.0.517818144819.issue22619@psf.upfronthosting.co.za>
2014-10-23 19:37:34serhiy.storchakalinkissue22619 messages
2014-10-23 19:37:33serhiy.storchakacreate