Message 315703 - Python tracker

Message315703

Author jdemeyer
Recipients erik.bray, jdemeyer
Date 2018-04-24.14:55:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1524581727.31.0.682650639539.issue32797@psf.upfronthosting.co.za>
In-reply-to
Content
Alternatively, instead of not implementing `loader.get_source()`, we could define a new semantic: if it returns `NotImplemented`, assume that the loader doesn't know how to get the sources. In that case, linecache would fall back to the old behaviour.
History
Date User Action Args
2018-04-24 14:55:27jdemeyersetrecipients: + jdemeyer, erik.bray
2018-04-24 14:55:27jdemeyersetmessageid: <1524581727.31.0.682650639539.issue32797@psf.upfronthosting.co.za>
2018-04-24 14:55:27jdemeyerlinkissue32797 messages
2018-04-24 14:55:27jdemeyercreate