On Mon, Nov 28, 2011 at 6:36 AM, 刘振海 <1989lzhh@gmail.com> wrote:
Hi,

Thanks for you guys to create such amazing interpreter.

I try the numpypy module and find this.

import numpypy as np
a=np.array([1,2,3])
a**2 # here the result is [0, 0 ,0], I think this is a bug
a*2 # here the result is [2,4,6]


Regards,
Liu Zhenhai


2011/11/28 Armin Rigo <arigo@tunes.org>
Hi all,

We have a tentative Win32 build of PyPy 1.7 including both the JIT and
Stackless features (the '_continuation' primitive module and the
app-level 'stackless' and 'greenlet' modules).  It built and passed a
good proportion of tests.

If you are interested in helping, could a few people try to download
it and tell us if it works, and if something is obviously missing?
Thank you!

http://buildbot.pypy.org/nightly/release-1.7.x/pypy-c-jit-49856-930f0bc4125a-win32.zip


A bientôt,

Armin.
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev


_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev


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.

Alex

--
"I disapprove of what you say, but I will defend to the death your right to say it." -- Evelyn Beatrice Hall (summarizing Voltaire)
"The people's good is the highest law." -- Cicero