R. David Murray added the comment:
Duplicate of issue 29708.
--
nosy: +r.david.murray
resolution: -> duplicate
stage: -> resolved
status: open -> closed
superseder: -> support reproducible Python builds
type: security -> behavior
___
Python tracker
New submission from Wayland Zhong:
When I build python (version 2.7.13), I find the build results are different
every time. It seems to be caused by some times tamps, and they may be
generated by the code below:
Lib/py_compile.py:106: with open(file, 'U') as f:
Lib/py_compile.py:107: