
Nov. 28, 2011
8:37 p.m.
On Mon, Nov 28, 2011 at 9:40 PM, Alex Gaynor <alex.gaynor@gmail.com> wrote:
This appears to be totally broken independently of windows, on Linux I'm getting something that looks like sys.maxint instead of 0. Can you file a bug in our tracker for this? It's not going to be a release blocker for windows, but it'll be fixed in the next release.
import numpypy as numpy a = numpy.array([1,2,3]) a**2 array([4607182418800017408, 4607182418800017408, 4607182418800017408],
On OSX Snow Leopard pypy1.7 dtype=int64) mike