Message1351

Author cgroves
Recipients
Date 2006-11-30.05:23:00
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
co_filename in PyFrames comes directly from the created bytecode.  As such, it's set at compile time.  With the update to make __file__ get set at runtime in r2925 these no longer line up.  I'm guessing co_filename should mirror __file__ so that it reflects the actual location of the file.
History
Date User Action Args
2008-02-20 17:17:37adminlinkissue1605847 messages
2008-02-20 17:17:37admincreate