Message 308300 - Python tracker
Message308300
| 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:31 | vstinner | set | recipients: + vstinner, brett.cannon, georg.brandl, rhettinger, ncoghlan, benjamin.peterson, methane, serhiy.storchaka, yselivanov |
| 2017-12-14 14:35:31 | vstinner | set | messageid: <1513262131.71.0.213398074469.issue29469@psf.upfronthosting.co.za> |
| 2017-12-14 14:35:31 | vstinner | link | issue29469 messages |
| 2017-12-14 14:35:31 | vstinner | create | |