[New-bugs-announce] [issue23404] Python 3.5 does not build with Python 2.6.

Vinson Lee report at bugs.python.org
Fri Feb 6 23:46:05 CET 2015


New submission from Vinson Lee:

Is there a minimum Python requirement to build Python?

Python 3.5 does not build with Python 2.6. Python 3.4, Python 3.3, and Python 2.7 build with Python 2.6 so this is recent change in build requirements.

For example, this build failure occurs on CentOS 6.

python ./Parser/asdl_c.py -h Include ./Parser/Python.asdl
Traceback (most recent call last):
  File "./Parser/asdl_c.py", line 6, in <module>
    import asdl
  File "Parser/asdl.py", line 36
    builtin_types = {'identifier', 'string', 'bytes', 'int', 'object', 'singleton'}
                                 ^
SyntaxError: invalid syntax

----------
components: Build
messages: 235505
nosy: vlee
priority: normal
severity: normal
status: open
title: Python 3.5 does not build with Python 2.6.
type: compile error
versions: Python 3.5

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


More information about the New-bugs-announce mailing list