[issue23404] Python 3.5 does not build with Python 2.6.

Vinson Lee report at bugs.python.org
Sat Feb 7 07:17:20 CET 2015


Vinson Lee added the comment:

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.

----------
keywords: +patch
status: closed -> open
Added file: http://bugs.python.org/file38033/0001-Issue-23404-Do-not-use-Python-2.7-constructs-in-Pars.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23404>
_______________________________________


More information about the Python-bugs-list mailing list