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 vlee
Recipients josh.r, ned.deily, vlee
Date 2015-02-07.06:17:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423289840.2.0.298138573877.issue23404@psf.upfronthosting.co.za>
In-reply-to
Content
I am building from a git copy of the source repository. "make touch" before "make" does not work for me.

$ make touch
cd .; \
	hg --config extensions.touch=Tools/hg/hgtouch.py touch -v
abort: There is no Mercurial repository here (.hg not found)!

I've attached a patch that addresses the Python 3.5 build issue for me. The patch contains two syntax construct changes to Parser/asdl.py. Please consider applying this patch upstream.
History
Date User Action Args
2015-02-07 06:17:20vleesetrecipients: + vlee, ned.deily, josh.r
2015-02-07 06:17:20vleesetmessageid: <1423289840.2.0.298138573877.issue23404@psf.upfronthosting.co.za>
2015-02-07 06:17:20vleelinkissue23404 messages
2015-02-07 06:17:19vleecreate