F Wolff, 08.06.2012 22:54:
Op So, 2012-04-22 om 00:46 +0200 skryf Stefan Behnel:
here's a little status update regarding lxml on PyPy. I got the basics of lxml.etree working so far, mostly by patching up Cython and tracking down bugs in PyPy's cpyext (CPython C-API compatibility) layer. I'm still getting crashes during error reporting and didn't care much about XPath or XSLT yet. But given that those do not have much Python interaction per se, I don't expect major surprises on that front.
Pypy 1.9 was just released. Does it contain the necessary changes for me to give this a try?
Yes. Please do, I'd be happy about any feedback. There are still features that crash and I need to sort that out, but many things work and are worth a try.
Are the cython changes that are needed in a released version of cython?
No, that would be 0.17. But you can get the archive from github, not that different from a release. Stefan