[issue27695] Compilation doesnt' end

STINNER Victor report at bugs.python.org
Fri Aug 5 18:20:29 EDT 2016


STINNER Victor added the comment:

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/

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27695>
_______________________________________


More information about the Python-bugs-list mailing list