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 lurker10
Recipients lurker10
Date 2016-10-03.08:37:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475483827.37.0.674411154506.issue28346@psf.upfronthosting.co.za>
In-reply-to
Content
Centos 6.7
Python 2.6.6 (default in Centos 6, no other python installed)
GCC 4.4.7

# ./configure
...
(no errors)

# make
python ./Tools/scripts/generate_opcode_h.py ./Lib/opcode.py ./Include/opcode.h
/bin/mkdir -p Include
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 "/root/cpython/Parser/asdl.py", line 36
    builtin_types = {'identifier', 'string', 'bytes', 'int', 'object', 'singleton',
                                 ^

SyntaxError: invalid syntax
make: *** [Include/Python-ast.h] Error 1
History
Date User Action Args
2016-10-03 08:37:07lurker10setrecipients: + lurker10
2016-10-03 08:37:07lurker10setmessageid: <1475483827.37.0.674411154506.issue28346@psf.upfronthosting.co.za>
2016-10-03 08:37:07lurker10linkissue28346 messages
2016-10-03 08:37:06lurker10create