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 brandtbucher
Recipients Mark.Shannon, brandtbucher, nedbat
Date 2021-07-11.22:10:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1626041408.47.0.114842231628.issue44600@roundup.psfhosted.org>
In-reply-to
Content
Thanks, I'll take a closer look at this soon (most likely this coming week).

Out of curiosity, do we have a standard way of writing regression tests for correct line numbers like this? Of the top of my head, it seems like we could either statically compare the dis output (fragile) or actually execute some code with a trace function enabled and check the line hits (tricky).

Neither really seems ideal, so I'm wondering if there's be a better way?
History
Date User Action Args
2021-07-11 22:10:08brandtbuchersetrecipients: + brandtbucher, nedbat, Mark.Shannon
2021-07-11 22:10:08brandtbuchersetmessageid: <1626041408.47.0.114842231628.issue44600@roundup.psfhosted.org>
2021-07-11 22:10:08brandtbucherlinkissue44600 messages
2021-07-11 22:10:08brandtbuchercreate