Hi Stefan,

On Sun, Nov 8, 2015 at 5:51 AM, Stefan Behnel <stefan...@behnel.de> wrote:
> I tried to simply disable the special casing in proxy.pxi, but it only
> leads to more crashes:

Yes, it is expected.  The special-casing was introduced because PyPy
doesn't guarantee the identity of "PyObject *" when you don't own a
refcount.  It's what I'm trying to fix in the branch cpyext-gc-support
but it's not done yet.  It's why I said I don't know how to tweak lxml
to make it work on current versions of PyPy.


A bientôt,

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

Reply via email to