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 josh.r
Recipients josh.r, vlee
Date 2015-02-07.02:51:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423277491.8.0.810374466201.issue23404@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2015-02-07 02:51:31josh.rsetrecipients: + josh.r, vlee
2015-02-07 02:51:31josh.rsetmessageid: <1423277491.8.0.810374466201.issue23404@psf.upfronthosting.co.za>
2015-02-07 02:51:31josh.rlinkissue23404 messages
2015-02-07 02:51:31josh.rcreate