ElementInclude false detection of recursive include
Bug #1835708 reported by
Rainer Hausdorf
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
lxml |
Fix Released
|
Low
|
Unassigned |
Bug Description
Python : sys.version_
lxml.etree : (4, 3, 4, 0)
libxml used : (2, 9, 9)
libxml compiled : (2, 9, 9)
libxslt used : (1, 1, 33)
libxslt compiled : (1, 1, 33)
In some cases ElementInclude of lxml does raise FatalIncludeError because of recursive include detection, when the same file gets included multiple times, but not recursive. I provided a minimal example. The xinclude does work.
Changed in lxml: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
PR welcome that improves the include handling.