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 brett.cannon, pitrou
Date 2012-02-17.22:50:35
SpamBayes Score 1.8257473e-10
Marked as misclassified No
Message-id <1329518841.3678.28.camel@localhost.localdomain>
In-reply-to <1329518760.58.0.93177598256.issue14043@psf.upfronthosting.co.za>
Content
> Well, it's the reason you added file size to .pyc files. =)

pyc files only store the integer timestamp. Here I store the original
floating-point timestamp, and I assumed it would be sufficient :)

>  I assume if you store the system clock as well to see if no time has
> changed it would kill the performance gain.

I don't know. I might give it a try but it might still be fragile.
History
Date User Action Args
2012-02-17 22:50:36pitrousetrecipients: + pitrou, brett.cannon
2012-02-17 22:50:35pitroulinkissue14043 messages
2012-02-17 22:50:35pitroucreate