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

Josh Rosenberg report at bugs.python.org
Sat Feb 7 03:51:31 CET 2015


Josh Rosenberg added the comment:

To answer your question: Since asdl uses set literals (introduced in 2.7 and 3.0), that appears to put an effective minimum version requirement of 2.7 to build 3.5. Whether that was the intent is unclear (they were changing a lot of places from set([a, b, c]) to {a, b, c}; causing problems building Python was probably not the intent, but 2.6 is well out of support at this point).

----------

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


More information about the Python-bugs-list mailing list