Parse feeds in Python
This project seems to set the preferred XML SAX driver to `drv_libxml2`. This will only have an effect on a few systems where the libxml2 Python bindings are installed and could lead to non-deterministic behavior depending on the external environment. libxml2's Python bindings and the SAX driver are outdated and will be deprecated in the long term. The libxml2 maintainers also received a report about a security issue recently. I'd strongly suggest to remove the driver from your project and rely on Python's default implementation.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by nwellnhof and has received 1 comments.