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, serhiy.storchaka
Date 2020-04-08.10:23:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1586341435.36.0.923862844443.issue40222@roundup.psfhosted.org>
In-reply-to
Content
+1! I was going to implement this, but first I wanted to implement support of line number ranges instead of just line numbers (co_lineno). We need to design some compact portable format for address to address mapping (or address range to address mapping if it is more efficient).

Are you already working on this Mark? I would be glad to make a review.
History
Date User Action Args
2020-04-08 10:23:55serhiy.storchakasetrecipients: + serhiy.storchaka, Mark.Shannon
2020-04-08 10:23:55serhiy.storchakasetmessageid: <1586341435.36.0.923862844443.issue40222@roundup.psfhosted.org>
2020-04-08 10:23:55serhiy.storchakalinkissue40222 messages
2020-04-08 10:23:55serhiy.storchakacreate