Hi Jeff,

On Tue, Nov 3, 2015 at 11:57 PM, Jeff Doran <jdo...@lexmachina.com> wrote:
> Just an update on this problem.  I retested using the latest lxml source
> from here ( 3.5.0b2?)

There were a few fixes to PyPy's cpyext layer.  But there was no
change to lxml itself.  That means it is still using a broken approach
to work around a CPython C API difference.  Namely, this is the
weakref stuff which is done incorrectly---although I don't know how to
do that correctly.

For now, lxml (the non-cffi version) is not compatible with PyPy at all.


A bientôt,

Armin.
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to