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 vlee
Date 2015-02-06.22:46:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423262765.96.0.527396909.issue23404@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2015-02-06 22:46:06vleesetrecipients: + vlee
2015-02-06 22:46:05vleesetmessageid: <1423262765.96.0.527396909.issue23404@psf.upfronthosting.co.za>
2015-02-06 22:46:05vleelinkissue23404 messages
2015-02-06 22:46:05vleecreate