Message 63084 - Python tracker

Message63084

Author sdeibel
Recipients sdeibel
Date 2008-02-27.21:51:27
SpamBayes Score 0.10337248
Marked as misclassified No
Message-id <1204149088.3.0.103446163849.issue2198@psf.upfronthosting.co.za>
In-reply-to
Content
I should have noted that adding co_firstlineno as well to the hash would
be necessary to distinguish like code objects within the same file.  The
example has them on the same lines in different files but changing the
first line of the defs doesn't matter.
History
Date User Action Args
2008-02-27 21:51:28sdeibelsetspambayes_score: 0.103372 -> 0.10337248
recipients: + sdeibel
2008-02-27 21:51:28sdeibelsetspambayes_score: 0.103372 -> 0.103372
messageid: <1204149088.3.0.103446163849.issue2198@psf.upfronthosting.co.za>
2008-02-27 21:51:27sdeibellinkissue2198 messages
2008-02-27 21:51:27sdeibelcreate