[pypy-dev] Win32 build of the release 1.7

Alex Gaynor alex.gaynor at gmail.com
Mon Nov 28 12:40:58 CET 2011


On Mon, Nov 28, 2011 at 6:36 AM, 刘振海 <1989lzhh at 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 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
>>
>
>
> _______________________________________________
> pypy-dev mailing list
> pypy-dev at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20111128/1d378a38/attachment.html>


More information about the pypy-dev mailing list