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 loewis
Recipients eli.bendersky, ezio.melotti, loewis, pitrou
Date 2013-09-30.13:33:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1380548017.47.0.785819265683.issue19106@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch that backdates outputs 1s after their youngest input (and sleeps if necessary to avoid producing files in the future).

With that, I get

lap-le:3k loewis$ touch Parser/asdl_c.py ;date;make touch;date
Mo 30 Sep 2013 15:29:21 CEST
hg --config extensions.touch=Tools/hg/hgtouch.py touch -v
Touching Include/Python-ast.h
Touching Python/Python-ast.c
Mo 30 Sep 2013 15:29:23 CEST
lap-le:3k loewis$ ls -lT Parser/asdl_c.py Include/Python-ast.h Python/Python-ast.c
-rw-r--r--  1 loewis  admin   19489 30 Sep 15:29:22 2013 Include/Python-ast.h
-rwxr-xr-x  1 loewis  admin   43732 30 Sep 15:29:21 2013 Parser/asdl_c.py
-rw-r--r--  1 loewis  admin  228785 30 Sep 15:29:23 2013 Python/Python-ast.c

BTW, I think the Python-ast.c issue could be solved by just having Python-ast.c depend on the same inputs as Python-ast.h; the C file isn't actually depending on the H file.
History
Date User Action Args
2013-09-30 13:33:37loewissetrecipients: + loewis, pitrou, ezio.melotti, eli.bendersky
2013-09-30 13:33:37loewissetmessageid: <1380548017.47.0.785819265683.issue19106@psf.upfronthosting.co.za>
2013-09-30 13:33:37loewislinkissue19106 messages
2013-09-30 13:33:37loewiscreate