On Wed, Oct 10, 2012 at 10:41 PM, Stefan Behnel <stefan...@behnel.de> wrote: > Hi, > > I get a crash in lxml's test suite on 64bit Linux, right with the first > test.
Is this part of an effort to make Cython code work with PyPy? lxml is written in Cython, and AFAIK Cython doesn't work with PyPy. Even if it did, it wouldn't much help right now because if I remember correctly, Cython compiles to CPython extensions which are slower in PyPy than in CPython, but that may have changed since I last looked into it. -Joe Hillenbrand _______________________________________________ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev