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, rbcollins, serhiy.storchaka, terry.reedy, vaultah
Date 2015-03-21.13:43:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426945422.57.0.744675987118.issue22619@psf.upfronthosting.co.za>
In-reply-to
Content
Due to changes in issue17911 the patch no longer applied cleanly an should be rewritten. But changes in issue17911 are close to my patch. _tb_frame_lineno_iter matches walk_tb and _stack_frame_lineno_iter matches walk_stack. So new patch is simpler.
History
Date User Action Args
2015-03-21 13:43:42serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, rbcollins, r.david.murray, vaultah
2015-03-21 13:43:42serhiy.storchakasetmessageid: <1426945422.57.0.744675987118.issue22619@psf.upfronthosting.co.za>
2015-03-21 13:43:42serhiy.storchakalinkissue22619 messages
2015-03-21 13:43:42serhiy.storchakacreate