[pypy-dev] testing floating point

Maciej Fijalkowski fijall at gmail.com
Thu Feb 3 13:13:55 CET 2011


On Thu, Feb 3, 2011 at 2:10 PM, Amaury Forgeot d'Arc <amauryfa at gmail.com> wrote:
> 2011/2/3 Maciej Fijalkowski <fijall at gmail.com>:
>> You should make PyPy print warnings
>>> when it encounters mixed-type classes :)
>>>
>> That's not a bad idea actually. Maybe with something like some -X option?
>
> If we use the warnings module to emit JitWarnings, the option could be
> -Wd::JitWarning

I'm not sure about warnings module. How about
--jit warnings=1
?

That would fit with other jit options. I was more thinking about this
being optional

>
> --
> Amaury Forgeot d'Arc
>



More information about the Pypy-dev mailing list