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 vstinner
Recipients David MacIver, Kevin Shweh, Tijs Van Oevelen, abarry, arigo, donmez, ezio.melotti, fijall, mark.dickinson, ncoghlan, python-dev, r.david.murray, rhettinger, serhiy.storchaka, torsten, vstinner
Date 2016-01-22.11:40:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453462837.45.0.921487511579.issue25843@psf.upfronthosting.co.za>
In-reply-to
Content
I pushed my latest patch with minor changes in comments.

I will wait for buildbots before backporting the change to Python 2.7 and 3.5. For the backport, I will probably remove the optimization on frozenset since it's only useful for AST optimizers (the optimization is a new feature, I considered that it was worth it to add it Python 3.6 as part of my work on the PEP 511).
History
Date User Action Args
2016-01-22 11:40:37vstinnersetrecipients: + vstinner, arigo, rhettinger, mark.dickinson, ncoghlan, donmez, ezio.melotti, r.david.murray, torsten, fijall, python-dev, serhiy.storchaka, David MacIver, abarry, Kevin Shweh, Tijs Van Oevelen
2016-01-22 11:40:37vstinnersetmessageid: <1453462837.45.0.921487511579.issue25843@psf.upfronthosting.co.za>
2016-01-22 11:40:37vstinnerlinkissue25843 messages
2016-01-22 11:40:37vstinnercreate