Message 272066 - Python tracker
Message272066
| Author | vstinner |
|---|---|
| Recipients | SilentGhost, ammar2, fcostantini, serhiy.storchaka, vstinner |
| Date | 2016-08-05.22:20:29 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <CAMpsgwY-Xp7umN7gnVZHND5VWXiDTQFR67MbVEin-j4j=SLYVQ@mail.gmail.com> |
| In-reply-to | <1470420599.68.0.767045507778.issue27695@psf.upfronthosting.co.za> |
| Content | |
|---|---|
FYI my Python reimplementation of the bytecode peephole optimizer doesn't have this issue. It estimates the size of a**b using exp() and ln() functions. http://bytecode.readthedocs.io/en/latest/ |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-08-05 22:20:29 | vstinner | set | recipients: + vstinner, SilentGhost, serhiy.storchaka, ammar2, fcostantini |
| 2016-08-05 22:20:29 | vstinner | link | issue27695 messages |
| 2016-08-05 22:20:29 | vstinner | create | |