Message 235513 - Python tracker (original) (raw)

Message235513

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:20 vlee set recipients: + vlee, ned.deily, josh.r
2015-02-07 06:17:20 vlee set messageid: 1423289840.2.0.298138573877.issue23404@psf.upfronthosting.co.za
2015-02-07 06:17:20 vlee link issue23404 messages
2015-02-07 06:17:19 vlee create