mirror of
https://github.com/python/cpython.git
synced 2025-09-28 03:13:48 +00:00
Added note about the pyexpat memory leak fix.
This commit is contained in:
parent
7b6caffd70
commit
01a4312a77
1 changed files with 5 additions and 0 deletions
|
@ -19,6 +19,11 @@ Extension modules
|
||||||
fatal internal refcount confusion when the module got initialized more
|
fatal internal refcount confusion when the module got initialized more
|
||||||
than once. This has been fixed.
|
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
|
Library
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue