Memory error when copying XSL
Bug #572570 reported by
Ben Liles
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
lxml |
Confirmed
|
Medium
|
scoder |
Bug Description
I am receiving a memory error when attempting to copy xsl. The only change in my code recently is that I'm now using a custom parser that has an additional resolver for resolving package names in includes.
File "/opt/apps/
return copier(x)
File "xslt.pxi", line 456, in lxml.etree.
File "xslt.pxi", line 656, in lxml.etree.
exceptions.
Changed in lxml: | |
milestone: | 2.3 → none |
To post a comment you must log in.
Could you provide example code that shows this error? Otherwise, it will be impossible to reproduce and track down.