From 01a4312a774fc8091e369f040fb081ced5faa6b5 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 21 Jul 2003 17:17:10 +0000 Subject: Added note about the pyexpat memory leak fix. --- Misc/NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index ae3c4efbfd4..ce7aba2a44b 100644 --- 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 ------- -- cgit v1.2.3-65-gdbad