Re: [pypy-dev] Looking into numpy ndarray.flags.writeable

2016-05-20 Thread Ronan Lamy
Le 20/05/16 21:21, Eli Stevens (Gmail) a écrit : Here you go: https://bitbucket.org/elistevens/pypy/commits/branch/numpy_flags_writeable The name of your class needs to start with 'AppTest', so that our test runner knows it needs to use the black magic that enables application-level tests (i

Re: [pypy-dev] Looking into numpy ndarray.flags.writeable

2016-05-20 Thread Eli Stevens (Gmail)
Here you go: https://bitbucket.org/elistevens/pypy/commits/branch/numpy_flags_writeable In particular, this produces different output based on the invoking interpreter. https://bitbucket.org/elistevens/pypy/commits/922e80048e9c8ef71b3ea90171a1f8f06b04f00a?at=numpy_flags_writeable#Lpypy/module/mi

Re: [pypy-dev] Looking into numpy ndarray.flags.writeable

2016-05-20 Thread matti picus
You should commit your changes to a branch and push to a bitbucket repo so we can see your changes. Our test runner compiles part of PyPy and calls the tests using that partial interpreter (unless run with -A), when you call import numpy inside a test you are using micronumpy. You should not try

Re: [pypy-dev] Looking into numpy ndarray.flags.writeable

2016-05-20 Thread Eli Stevens (Gmail)
I understand that the tests are in the test directory, but the issue I'm currently trying to figure out is that when I invoke either of: /usr/bin/python test_all.py test_all.py module/micronumpy/test/test_flagsobj.py /usr/bin/python pytest.py pypy/module/micronumpy/test/test_flagsobj.py (

Re: [pypy-dev] Looking into numpy ndarray.flags.writeable

2016-05-20 Thread Maciej Fijalkowski
the option is --withmod-micronumpy or --allworkingmodules but the tests are in the test directory and *that's* how you should run tests (not by playing with interactive) On Fri, May 20, 2016 at 7:44 PM, Eli Stevens (Gmail) wrote: > More questions! :) > > When I run > > pypy> /usr/bin/python

Re: [pypy-dev] Looking into numpy ndarray.flags.writeable

2016-05-20 Thread Eli Stevens (Gmail)
More questions! :) When I run pypy> /usr/bin/python bin/pyinteractive.py I get to a (presumably interpreted, given the startup time) pypy prompt, but I cannot import numpy. Is the intent that I somehow install numpy into the source checkout's site-packages directory (the one listed in sys.p

Re: [pypy-dev] Forwarding...

2016-05-20 Thread Kotrfa
Hey, thanks for your answers. I know you are working on numpy and similar libraries, as well about the fundraisers on your site. I am glad there is something happening around this. Thank you for your work and information, Daniel čt 19. 5. 2016 v 23:53 odesílatel Armin Rigo napsal: > Hi, > > O

[pypy-dev] Question about funding, again

2016-05-20 Thread Daniel Hnyk
Hello, my question is simple. It strikes me why you don't have more financial support, since PyPy might save quite a lot of resources compared to CPython. When we witness that e.g. microsoft is able to donate $100k to Jupyter (https://ipython.org/microsoft-donation-2013.html), why PyPy, being even