Comment 1 for bug 911039

Revision history for this message
scoder (scoder) wrote : Re: python segfaults when feedparser using lxml parses a certain url

I agree that lxml and the libxml2 Python bindings should get along with each other a bit better. It's just not always trivial and/or portable, e.g. due to a dependency on new API functions in libxml2 that allow for a local instead of a global setup.

I certainly take patches that improve the situation.