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 pitrou
Recipients adaptivelogic, gvanrossum, ncoghlan, pitrou
Date 2013-07-09.08:32:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373358727.13.0.495624647958.issue17911@psf.upfronthosting.co.za>
In-reply-to
Content
> If we keep a reference to f_globals for each line in the traceback, we 
> can defer this to later (ideally we'd just keep the __loader__ value,
> but that would require changing the linecache interface as well).

Or you could add a *new* linecache interface.
Keeping __loader__ sounds much less hackish than keeping f_globals to me.
History
Date User Action Args
2013-07-09 08:32:07pitrousetrecipients: + pitrou, gvanrossum, ncoghlan, adaptivelogic
2013-07-09 08:32:07pitrousetmessageid: <1373358727.13.0.495624647958.issue17911@psf.upfronthosting.co.za>
2013-07-09 08:32:07pitroulinkissue17911 messages
2013-07-09 08:32:07pitroucreate