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 jdemeyer
Recipients brett.cannon, eric.snow, erik.bray, jdemeyer, ncoghlan, paul.moore, petr.viktorin, scoder, sth
Date 2018-08-06.12:10:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533557411.28.0.56676864532.issue32797@psf.upfronthosting.co.za>
In-reply-to
Content
> Or, define a new "get_sourcemap()" method that could return additional metadata, e.g. a line number mapping.

What's your use case for that? I am asking because it might make more sense for get_source() (or whatever its replacement is) to return the already-mapped sources.
History
Date User Action Args
2018-08-06 12:10:11jdemeyersetrecipients: + jdemeyer, brett.cannon, paul.moore, ncoghlan, scoder, petr.viktorin, erik.bray, eric.snow, sth
2018-08-06 12:10:11jdemeyersetmessageid: <1533557411.28.0.56676864532.issue32797@psf.upfronthosting.co.za>
2018-08-06 12:10:11jdemeyerlinkissue32797 messages
2018-08-06 12:10:11jdemeyercreate