[pypy-dev] CLI translate error with pypy-1.9

Armin Rigo arigo at tunes.org
Wed Jun 13 13:24:55 CEST 2012


Hi Fijal,

On Wed, Jun 13, 2012 at 1:17 PM, Maciej Fijalkowski <fijall at gmail.com> wrote:
> That probably does not mean that someone somewhere is not calling set_param,
> like from command line parsing.

It does mean it.  At RPython level the only callers of
rlib.jit.set_param() are all from module/pypyjit.  For the
command-line parsing, this is done in app_main.py, which will just
fail to import "pypyjit" on a no-jit pypy (and give a nice
explanation).


A bientôt,

Armin.


More information about the pypy-dev mailing list