[pypy-dev] Win32 build of the release 1.7

刘振海 1989lzhh at gmail.com
Mon Nov 28 12:36:06 CET 2011


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 at 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 at python.org
> http://mail.python.org/mailman/listinfo/pypy-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20111128/2b17a8e1/attachment.html>


More information about the pypy-dev mailing list