2011/10/5 Max Lavrenov <max.lavre...@gmail.com>:
> after ~500 successfull responses i am starting to get error on line "if
> params"

Looks like a JIT error to me, which has a default threshold of 1000 iterations.
Can you try again with
    pypy --jit threshold=-1
to completely disable the JIT?

-- 
Amaury Forgeot d'Arc
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to