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 Arfrever, Guy.Kisel, barry, belopolsky, brett.cannon, ncoghlan, pitrou, vstinner
Date 2012-01-24.01:35:52
SpamBayes Score 0.0016722061
Marked as misclassified No
Message-id <1327368954.11.0.614125862466.issue11235@psf.upfronthosting.co.za>
In-reply-to
Content
Fixing this is much easier than Victor's suggestion, we just have to ignore the higher bits of the timestamp (that is, store it modulo 2**32). This is enough for the purposes of testing the freshness of a pyc file.

And by avoiding modifying the pyc format, we can also ship the fix in bugfix releases.
History
Date User Action Args
2012-01-24 01:35:54pitrousetrecipients: + pitrou, barry, brett.cannon, ncoghlan, belopolsky, vstinner, Arfrever, Guy.Kisel
2012-01-24 01:35:54pitrousetmessageid: <1327368954.11.0.614125862466.issue11235@psf.upfronthosting.co.za>
2012-01-24 01:35:53pitroulinkissue11235 messages
2012-01-24 01:35:52pitroucreate