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 Jim Fasarakis-Hilliard, beck, dingo_dasher, dmi.baranov, ers81239, ezio.melotti, flox, georg.brandl, giampaolo.rodola, icordasc, kushal.das, lesmana, ncoghlan, petri.lehtinen, psss, r.david.murray, serhiy.storchaka, terry.reedy
Date 2018-08-15.17:58:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1534355899.25.0.56676864532.issue12458@psf.upfronthosting.co.za>
In-reply-to
Content
Seems PR 8774 fixes all mentioned examples (as well as examples in issue34372), except that tracebacks show the single line number of the first line of the multiline expression instead of the range of lines as was suggested. Showing the range of lines requires much more significant changes and changing the marshal format.

The drawback is minor increasing the size of code objects in memory (due to saving additional line numbers in lnotab), pyc files, and disassembly output for multiline expressions.
History
Date User Action Args
2018-08-15 17:58:19serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl, terry.reedy, ncoghlan, giampaolo.rodola, ezio.melotti, psss, r.david.murray, flox, lesmana, petri.lehtinen, kushal.das, icordasc, dmi.baranov, dingo_dasher, ers81239, Jim Fasarakis-Hilliard, beck
2018-08-15 17:58:19serhiy.storchakasetmessageid: <1534355899.25.0.56676864532.issue12458@psf.upfronthosting.co.za>
2018-08-15 17:58:19serhiy.storchakalinkissue12458 messages
2018-08-15 17:58:19serhiy.storchakacreate