[issue31312] Build differences caused by the time stamps

2017-08-31 Thread R. David Murray
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

[issue31312] Build differences caused by the time stamps

2017-08-31 Thread Wayland Zhong
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: