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 Mark.Shannon, brett.cannon, gvanrossum, python-dev, rhettinger, serhiy.storchaka, vstinner
Date 2016-01-18.11:57:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453118273.97.0.244358939623.issue26107@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, you patch supersedes issue16956 patch.

Added new comments on Rietveld for lnotab_notes.txt.

I afraid this patch can cause problems with code tracing where it is assumed that lines are increased monotonically and *instr_lb <= frame->f_lasti < *instr_ub. We should carefully analyze the effect of the patch on the tracing.

Before committing you must ask Guido for approval. AFAIK his had objections against code transformations that make debugging harder.
History
Date User Action Args
2016-01-18 11:57:54serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, brett.cannon, rhettinger, vstinner, Mark.Shannon, python-dev
2016-01-18 11:57:53serhiy.storchakasetmessageid: <1453118273.97.0.244358939623.issue26107@psf.upfronthosting.co.za>
2016-01-18 11:57:53serhiy.storchakalinkissue26107 messages
2016-01-18 11:57:53serhiy.storchakacreate