Issue 19966: Wrong mtimes of Include/Python-ast.h and Python/Python-ast.c in tarballs (original) (raw)

Issue19966

Created on 2013-12-12 17:37 by Arfrever, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (5)
msg205967 - (view) Author: Arfrever Frehtes Taifersar Arahesis (Arfrever) * (Python triager) Date: 2013-12-12 17:37
This bug is present in 3.3.3 tarballs (Python-3.3.3.tar.bz2, Python-3.3.3.tar.xz, Python-3.3.3.tgz). This bug is absent in 3.3.2 tarballs. In unpacked 3.3.2: $ ./configure ... $ make Include/Python-ast.h make: 'Include/Python-ast.h' is up to date. $ make Python/Python-ast.c make: 'Python/Python-ast.c' is up to date. In unpacked 3.3.3: $ ./configure ... $ make Include/Python-ast.h /bin/mkdir -p Include python3.3 ./Parser/asdl_c.py -h Include ./Parser/Python.asdl $ make Python/Python-ast.c /bin/mkdir -p Python python3.3 ./Parser/asdl_c.py -c Python ./Parser/Python.asdl At least please fix the script used to generate tarballs, to ensure that this bug will not occur with future tarballs.
msg208570 - (view) Author: Arfrever Frehtes Taifersar Arahesis (Arfrever) * (Python triager) Date: 2014-01-20 19:40
Apparently at least 3.4.0b2 tarballs are also affected.
msg209407 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-01-27 07:32
New changeset 0279445c05d5 by Georg Brandl in branch 'default': Closes #19966: allow hgtouch to operate on a base dir that is != the repo root. http://hg.python.org/cpython/rev/0279445c05d5
msg209408 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2014-01-27 07:33
OK, 3.3.4rc1 shouldn't have the problem, and neither 3.4.0b4 ff. with the changes I just checked into hgtouch.
msg210867 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-02-10 21:04
New changeset ab0b9107628f by Georg Brandl in branch '3.3': Closes #19966: allow hgtouch to operate on a base dir that is != the repo root. http://hg.python.org/cpython/rev/ab0b9107628f
History
Date User Action Args
2022-04-11 14:57:55 admin set github: 64165
2014-03-01 08:43:16 koobs set nosy: + koobs
2014-02-10 21:04:39 python-dev set messages: +
2014-01-27 07:33:06 georg.brandl set messages: +
2014-01-27 07:32:05 python-dev set status: open -> closednosy: + python-devmessages: + resolution: fixedstage: resolved
2014-01-20 19:40:52 Arfrever set nosy: + larrytitle: Wrong mtimes of files in 3.3.3 tarballs -> Wrong mtimes of Include/Python-ast.h and Python/Python-ast.c in tarballsmessages: + versions: + Python 3.4
2014-01-20 19:05:43 georg.brandl set priority: normal -> release blocker
2013-12-12 17:37:02 Arfrever create