]> granicus.if.org Git - python/commit
Avoid creating circular references between the ExpatParser and the
authorFred Drake <fdrake@acm.org>
Thu, 4 Apr 2002 17:57:08 +0000 (17:57 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 4 Apr 2002 17:57:08 +0000 (17:57 +0000)
commit012c81fc9720c8504da73b26f503b0ef8640da19
tree7a4a8a535e36470ebc0cbc5e01685d01ad58302e
parent2e1c09c1fd06531a3ce1de5b12ec5c8f771e78e0
Avoid creating circular references between the ExpatParser and the
ContentHandler.  While GC will eventually clean up, it can take longer than
normal for applications that create a lot of strings (or other immutables)
rather without creating many containers.
This closes SF bug #535474.
Lib/xml/sax/expatreader.py