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 brett.cannon
Recipients brett.cannon, kushal.das
Date 2014-04-15.17:50:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397584205.03.0.366670026915.issue21242@psf.upfronthosting.co.za>
In-reply-to
Content
configure.ac has a check that sets ASDLGEN based on what Python interpreter to use for running various scripts which generate files related to the AST. It probably should be generalized so that there's only one check for any script usage in Makefile.pre.in since there is really no need to check multiple times for the same thing.
History
Date User Action Args
2014-04-15 17:50:05brett.cannonsetrecipients: + brett.cannon, kushal.das
2014-04-15 17:50:05brett.cannonsetmessageid: <1397584205.03.0.366670026915.issue21242@psf.upfronthosting.co.za>
2014-04-15 17:50:04brett.cannonlinkissue21242 messages
2014-04-15 17:50:04brett.cannoncreate