Hi,
What build system is being used to make the wheels for lxml, ones that can be installed by pip?
I ask because I want to see if some performance issues I am seeing that seem to be tied to the
version of libxml2 and lxml. I want to see if I am building from source the same way the wheels
available via pip are built, so I am thinking I can look at a build configuration - compiler, glibc,
Linux distro, compiler/linker optimizations, version of cython used - if lxml wheels are built using
cython, etc...
Thanks and regards,
Tom