Re: [pypy-dev] pypy/bin/checkmodule.py

2011-12-07 Thread Maciej Fijalkowski
On Wed, Dec 7, 2011 at 9:06 PM, Armin Rigo wrote: > Hi, > > On Wed, Dec 7, 2011 at 19:09, Maciej Fijalkowski 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

Re: [pypy-dev] pypy/bin/checkmodule.py

2011-12-07 Thread Armin Rigo
Hi, On Wed, Dec 7, 2011 at 19:09, Maciej Fijalkowski 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

Re: [pypy-dev] pypy/bin/checkmodule.py

2011-12-07 Thread Maciej Fijalkowski
On Wed, Dec 7, 2011 at 8:07 PM, Maciej Fijalkowski wrote: > On Wed, Dec 7, 2011 at 7:13 PM, Armin Rigo wrote: >> Hi all, >> >> I fixed pypy/bin/checkmodules.py (I actually rewrote it from scratch). >>  It may no longer accept the _clr module, I didn't check, but now it >> accepts a good number of

Re: [pypy-dev] pypy/bin/checkmodule.py

2011-12-07 Thread Maciej Fijalkowski
On Wed, Dec 7, 2011 at 7:13 PM, Armin Rigo wrote: > Hi all, > > I fixed pypy/bin/checkmodules.py (I actually rewrote it from scratch). >  It may no longer accept the _clr module, I didn't check, but now it > accepts a good number of other built-in modules. > > For example micronumpy.  So I would r