]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Avoid creating circular references between the ExpatParser and the
authorFred Drake <fdrake@acm.org>
Thu, 4 Apr 2002 17:59:25 +0000 (17:59 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 4 Apr 2002 17:59:25 +0000 (17:59 +0000)
commit976e51d52e849b64b3555c45cdd1291512ae2e58
tree13f23a82920fda73719d4a8f6685e7de90791f13
parent5d2c2add568804a41fa3d7a1d918c74175e60804
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