Commit aad637f3 authored by Fred Drake's avatar Fred Drake

Added note about the pyexpat memory leak fix.

parent 517ec047
......@@ -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
-------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment