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 doko
Recipients doko
Date 2012-10-17.10:18:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350469137.48.0.644475770611.issue16262@psf.upfronthosting.co.za>
In-reply-to
Content
looking at the unused subprocess import in asdl_c.py, maybe some call-outs to svn/hg were made in the past?

the patch removes the check for hg for the asdl.[ch] builds, and sets ADSLGEN to a appropriate python interpreter if one is found.

fixes the build for src != build; the cross build wasn't affected, we can build with any python version.
History
Date User Action Args
2012-10-17 10:18:57dokosetrecipients: + doko
2012-10-17 10:18:57dokosetmessageid: <1350469137.48.0.644475770611.issue16262@psf.upfronthosting.co.za>
2012-10-17 10:18:57dokolinkissue16262 messages
2012-10-17 10:18:57dokocreate