diff options
author | Christian Heimes <christian@cheimes.de> | 2013-08-06 14:03:33 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2013-08-06 14:03:33 (GMT) |
commit | 73207e03adba704d783997f6261b810ccc4231e4 (patch) | |
tree | be5a45d1491092c6f0599a585cc58fb659cbb016 /Misc | |
parent | 9b855de8d2808f725566e5e74a4134fd366689ea (diff) | |
parent | 9ae513caa74a05970458dee17fb995ea49965bb5 (diff) | |
download | cpython-73207e03adba704d783997f6261b810ccc4231e4.zip cpython-73207e03adba704d783997f6261b810ccc4231e4.tar.gz cpython-73207e03adba704d783997f6261b810ccc4231e4.tar.bz2 |
Issue #18368: PyOS_StdioReadline() no longer leaks memory when realloc() fails.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ Projected Release date: 2013-09-08 Core and Builtins ----------------- +- Issue #18368: PyOS_StdioReadline() no longer leaks memory when realloc() + fail + - Issue #17934: Add a clear() method to frame objects, to help clean up expensive details (local variables) and break reference cycles. |