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 dmalcolm
Recipients dmalcolm
Date 2010-10-18.23:16:58
SpamBayes Score 9.159104e-08
Marked as misclassified No
Message-id <1287443820.79.0.521760966173.issue10140@psf.upfronthosting.co.za>
In-reply-to
Content
I'm attempting to fix up the build in my Fedora/RHEL packages of Python to preserve timestamps of .py files as far as possible during the build, so that .pyc/.pyo files end up with predictable embedded mtime values and thus predictable hashes.

Am attaching a patch to the py3k branch which adds a "-p" option to the Tools/script/pathfix.py script, which makes it preserve the mtime of the input files.
History
Date User Action Args
2010-10-18 23:17:00dmalcolmsetrecipients: + dmalcolm
2010-10-18 23:17:00dmalcolmsetmessageid: <1287443820.79.0.521760966173.issue10140@psf.upfronthosting.co.za>
2010-10-18 23:16:58dmalcolmlinkissue10140 messages
2010-10-18 23:16:58dmalcolmcreate