]> granicus.if.org Git - python/commitdiff
Added note about the pyexpat memory leak fix.
authorFred Drake <fdrake@acm.org>
Mon, 21 Jul 2003 17:17:10 +0000 (17:17 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 21 Jul 2003 17:17:10 +0000 (17:17 +0000)
Misc/NEWS

index ae3c4efbfd48620edf22ff6121b33580f66452b4..ce7aba2a44b19c997543f959a815c398f21ef371 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -19,6 +19,11 @@ Extension modules
   fatal internal refcount confusion when the module got initialized more
   than once.  This has been fixed.
 
+- Fixed memory leak in pyexpat; using the parser's ParseFile() method
+  with open files that aren't instances of the standard file type
+  caused an instance of the bound .read() method to be leaked on every
+  call.
+
 Library
 -------