Status: New
Owner: ----

New issue 118 by devex.soft: python memory leak in dom.TreeBuilder
http://code.google.com/p/html5lib/issues/detail?id=118

html5lib/treebuilders/dom.py

on line 122:

def documentClass(self):
     self.dom = Dom.getDOMImplementation().createDocument(None,None,None)
     return self



and in file html5lib/treebuilders/_base.py
on line 131:

self.document = self.documentClass()

circular reference!


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"html5lib-discuss" group.
 To post to this group, send email to html5lib-discuss@googlegroups.com
 To unsubscribe from this group, send email to 
html5lib-discuss+unsubscr...@googlegroups.com
 For more options, visit this group at 
http://groups.google.com/group/html5lib-discuss?hl=en-GB
-~----------~----~----~----~------~----~------~--~---

Reply via email to