[pypy-dev] Weird C code in crashing code line

Joe Hillenbrand joehillen at gmail.com
Thu Oct 11 19:13:15 CEST 2012


On Wed, Oct 10, 2012 at 10:41 PM, Stefan Behnel <stefan_ml at 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


More information about the pypy-dev mailing list