Dec. 7, 2011
7:17 p.m.
On Wed, Dec 7, 2011 at 9:06 PM, Armin Rigo <arigo@tunes.org> wrote:
Hi,
On Wed, Dec 7, 2011 at 19:09, Maciej Fijalkowski <fijall@gmail.com> wrote:
Does it accept -Ojit? It has been traditionally a big cause of problems with micronumpy.
Anyway, jokes aside, thanks :)
Jokes aside, it just annotates and rtypes, so I think the -O option makes no difference at all --- but I'm not completely sure about that claim. The config options can be tweaked if needed...
by the way. how about adding checkmodule runs to module tests then?
Good idea. I added a few modules to pypy/objspace/fake/test/test_zmodule, but indeed these tests should be moved to their respective modules.
A bientôt,
Armin.
I moved the numpy one there. Also enabled list comprehension.