Differences between revisions 1 and 2
Revision 1 as of 2011-03-12 21:52:13
Size: 512
Editor: southeast-invest
Comment:
Revision 2 as of 2012-06-10 08:50:06
Size: 552
Editor: techtonik
Comment: add to ideas category
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

label:NeedsTest
----
CategoryIdeas

The CPython interpreter currently tracks the source location of a code object in the co_filename attribute. In certain cases, this is a relative file name, which may break if the current directory changes. The objective of this project is to make sure that co_filename is always an absolute path, or to allow otherwise to infer the original location of the source file. In addition, if the module was imported from a byte code file, a mechanism should be provided to also find out what that byte code file was.

label:NeedsTest


CategoryIdeas

TrackingSourceLocation (last edited 2012-06-10 08:50:06 by techtonik)

Unable to edit the page? See the FrontPage for instructions.