Closed GoogleCodeExporter closed 9 years ago
Fixed in revision e6e1ed96bc2b.
Original comment by fal...@gmail.com
on 1 Nov 2011 at 12:48
A related issue happens when ' a ** -1 ' gets optimized to ' 1 / a '
while the correct form would be ' 1. / a ' and likewise for the optimization '
a ** -2 '
The code
OpNode('div', [ConstantNode(1), r]
and
OpNode('div', [ConstantNode(1), r]
in expressions.py seems to cause the problem.
Original comment by ka...@ucw.cz
on 24 Jan 2012 at 1:28
Original issue reported on code.google.com by
gdemen...@gmail.com
on 14 Sep 2011 at 7:54