lxml icon indicating copy to clipboard operation
lxml copied to clipboard

Create only a single FFI, with one call to verify().

Open arigo opened this issue 10 years ago • 2 comments

This calls ffi.verify() only once, and avoids calls to ffi.include().

arigo avatar Nov 18 '14 14:11 arigo

Note that running all tests with "test.py" hangs after a while for me (at the same place before and after my commit), so that I could only check in part that I really didn't break anything.

arigo avatar Nov 18 '14 14:11 arigo

This change is now merged into https://github.com/lxml-cffi/lxml-cffi (in preparation for switching to the new set_source API); the test failure/hang is still there, unfortunately.

EDIT: The tests are passing on lxml-cffi now, for any lost souls that landed up here.

mithrandi avatar Jan 26 '16 02:01 mithrandi