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 skip.montanaro
Recipients eli.bendersky, ezio.melotti, pitrou, skip.montanaro
Date 2014-05-12.16:27:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CANc-5UxxO7PX-hbVik1jbx0yOyzizzxm9QPaHtvmp+-WArwT8w@mail.gmail.com>
In-reply-to <1399910989.51.0.938070338979.issue21480@psf.upfronthosting.co.za>
Content
> Does "make touch" work for you as well?

Hadn't tried, and wasn't aware of its existence. I searched Makefile
for things like AST_H. Perhaps:

* Note "make touch" where the "A build now requires..." comment
exists. That comment currently discourages users, as it gives no idea
about the possibility of a workaround for a missing python.

* Add a comment to the touch target identifying its purpose.

It hadn't occurred to me to read the dev guide. That's for new
contributors, not for old, lapsed contributors. <wink> Also, it still
seems to me that the ASDLGEN definition should reference something
that is explicitly "Python 3" and can't accidentally execute a Python
2.x interpreter (or, the AST-generation script should work in both
Python 2.x and 3.x).

S
History
Date User Action Args
2014-05-12 16:27:14skip.montanarosetrecipients: + skip.montanaro, pitrou, ezio.melotti, eli.bendersky
2014-05-12 16:27:14skip.montanarolinkissue21480 messages
2014-05-12 16:27:13skip.montanarocreate