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...
A bientôt,
Armin. _______________________________________________ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev