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 benjamin.peterson, brett.cannon, georg.brandl, methane, ncoghlan, rhettinger, serhiy.storchaka, vstinner, yselivanov
Date 2017-12-14.14:35:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513262131.71.0.213398074469.issue29469@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you very much Naoki for taking time to implement this obvious "optimization", rewriting the peephole optimizer at the AST level, rather than modifying bytecode which is more complex to get it right and had annoying side effect (like inefficient stack size, now fixed: bpo-26549).
History
Date User Action Args
2017-12-14 14:35:31vstinnersetrecipients: + vstinner, brett.cannon, georg.brandl, rhettinger, ncoghlan, benjamin.peterson, methane, serhiy.storchaka, yselivanov
2017-12-14 14:35:31vstinnersetmessageid: <1513262131.71.0.213398074469.issue29469@psf.upfronthosting.co.za>
2017-12-14 14:35:31vstinnerlinkissue29469 messages
2017-12-14 14:35:31vstinnercreate