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 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:29vstinnersetrecipients: + vstinner, SilentGhost, serhiy.storchaka, ammar2, fcostantini
2016-08-05 22:20:29vstinnerlinkissue27695 messages
2016-08-05 22:20:29vstinnercreate