
May 28, 2006
11:47 a.m.
Hello guys, I have found a segfault bug with lxml - attached is a file which reproduces it. Hope this helps. Thanks, Noah -- "Creativity can be a social contribution, but only in so far as society is free to use the results." - R. Stallman

May 2006
2:49 p.m.
Hi Noah, Noah Slater wrote:
I have found a segfault bug with lxml
print etree._Element('article')
This is totally not a bug. _Element etc. are classes private to the module, as the leading underscore commonly indicates. Maybe we should try to hide them from users, but then, they already are non public by the fact that they are not documented at all. You are not supposed to use them. Stefan
6982
Age (days ago)
6982
Last active (days ago)
1 comments
2 participants
participants (2)
-
Noah Slater
-
Stefan Behnel