lxml
lxml copied to clipboard
lxml-cffi is a PyPy-friendly port of lxml, based on cffi
Hello there! I've been trying to get this to work by checking out the `cffi` branch and building, but I think it would be nice to have the README updated...
This calls ffi.verify() only once, and avoids calls to ffi.include().
As we discussed on [SO](https://stackoverflow.com/questions/34700577/how-can-i-build-pyquery-for-pypy/34700615), I've [forked](https://github.com/ruipacheco/pyquery) pyquery and followed your instructions but I can't run pyquery without a segfault. Can you review my setup.py first and foremost? I changed...
(Patch is needed for me on Ubuntu.)
Building on PyPy 2.6 (with cffi 1.1) breaks with ValidationError whereas it works perfectly on PyPy 2.5. Tests were made with official PyPy docker images (tags '2-2.6' vs '2-2.5'). PyPy...
``` File "/home/smithtg/src/w/asn2fsa/ppenv/site-packages/django/template/debug.py", line 88, in render output = self.filter_expression.resolve(context) File "/home/smithtg/src/w/asn2fsa/ppenv/site-packages/django/template/base.py", line 613, in resolve new_obj = func(obj, *arg_vals) File "/home/smithtg/src/w/asn2fsa/ppenv/site-packages/sp/templatetags/xslt.py", line 91, in xslt transform = get_xslt(xslt_path[0]) File...
I get a CFFI exception when trying to either install HEAD via pip or when trying to just directly import `lxml.etree` from a source checkout: ``` Traceback (most recent call...
I ran into a really dumb problem when trying to install this - I kept trying to compile lxml using pypy and it kept failing, which led to a lot...
This proved to be a perf bottleneck for html5lib, and can trivially be reimplemented entirely within Python, never calling into lxml. (The bytes case probably ought to be converted to...