Aleksandr Glyzov
Aleksandr Glyzov
I believe these bindings are outdated and cannot be used with today's PyPy. After much fiddling with the sources I was able to build it on OSX 10.9.5 (Maverics) /...
Then perhaps it's an OSX thing
And while we're at it, in my tests I noticed it took the cffi+pypy lxml ~3-5 times more time than cpython lxml to parse the same HTML page. I wasn't...
@nichochar and @aldarund guys, try this fork: https://github.com/aglyzov/lxml.git I have added explicit libxml/relaxng.h includes everywhere and it started to build ok.
I think the following **patch** fixes the issue. Could you please check if I am not missing anything: ```patch diff --git a/defaultengine_minmax.go b/defaultengine_minmax.go index 56ac432..a8383da 100644 --- a/defaultengine_minmax.go +++ b/defaultengine_minmax.go...
**Explanation of the fix:** The code in `{Min,Max}BetweenScalar` assumes it should always have a reuse (*Dense) populated: ```go // check to see if anything needs to be created if reuse...