[pypy-dev] test_round_up_for_allocation is failing on windows

2014-06-12 Thread Matti Picus
Only 50 more own test failures to solve for windows :) Here is one I need some help with: http://buildbot.pypy.org/summary/longrepr?testname=TestLowLevelType.%28%29.test_round_up_for_allocation&builder=own-win-x86-32&build=162&mod=translator.c.test.test_lltyped The test is failin

[pypy-dev] failing test for on windows

2014-06-12 Thread Matti Picus
We are down to the last 50 own tests on win32. Here is one I need help with: http://buildbot.pypy.org/summary/longrepr?testname=TestLowLevelType.%28%29.test_round_up_for_allocation&builder=own-win-x86-32&build=162&mod=translator.c.test.test_lltyped The failure is that, like ARM, ssize == llmemory

[pypy-dev] my notes about trying to build unipycation

2014-06-12 Thread nejaka osoba
https://gist.github.com/koo5/393746b19624debb2472 ___ pypy-dev mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] Numpy on pypy

2014-06-12 Thread Armin Rigo
Hi, On 11 June 2014 07:32, Gayathri J wrote: > I am trying to do a matrix dot using numpy.dot > > the numpy.dot on pypy seems lot slower than bumpy.do on python > is there an alternative to using numpy.dot - so that i can do matrix.dot on > pypy faster than cpython For reference, I think you