2011/10/5 Max Lavrenov <[email protected]>: > 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
[email protected]
http://mail.python.org/mailman/listinfo/pypy-dev
