Hi Vasily, On 8 February 2014 07:13, Vasily Evseenko <svp...@gmail.com> wrote: > I've attached program that segfaults pypy. No external modules used and > its works under CPython.
Thanks! Fixed in 3a0ef8f31265. The problem was caused by a list of floats that contains "nan" values (the Z variable in your code): an internal assertion fails, because nan != nan in C code... A bientôt, Armin. _______________________________________________ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev