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 Arfrever, chris.jerdonek, christian.heimes, loewis, vstinner
Date 2012-09-19.10:34:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348050884.11.0.941135197667.issue15964@psf.upfronthosting.co.za>
In-reply-to
Content
The case that "python" is a Python 3 binary is not a supported installation (see PEP 394). asdl_c.py works on both 2.x and 3.x unmodified in the 3.x branch, however, backporting this to 2.7 would be a new feature (support for building on systems where "python" is Python 3).

The proper work-around is to "make touch" after a hg update to bring the files in the right order. 

#15923 is really a separate issue since it complains about an actual bug in asdl_c.py.

So I propose to close this as "won't fix".
History
Date User Action Args
2012-09-19 10:34:44loewissetrecipients: + loewis, vstinner, christian.heimes, Arfrever, chris.jerdonek
2012-09-19 10:34:44loewissetmessageid: <1348050884.11.0.941135197667.issue15964@psf.upfronthosting.co.za>
2012-09-19 10:34:43loewislinkissue15964 messages
2012-09-19 10:34:43loewiscreate