commit | 8ffbab8d02ca6aa925a8f339b71c6677b9c49fb6 | [log] [tgz] |
---|---|---|
author | Petri Lehtinen <petri@digip.org> | Mon Oct 24 20:59:29 2011 +0300 |
committer | Petri Lehtinen <petri@digip.org> | Mon Oct 24 20:59:29 2011 +0300 |
tree | 43e75eb20ac401f2068f8fbb29e7273f48e53e63 | |
parent | c8065e46fed927b35310bddcc0adf8898ff9c784 [diff] [blame] |
Issue #13018: Fix reference leaks in error paths in dictobject.c. Patch by Suman Saha.
diff --git a/Misc/NEWS b/Misc/NEWS index 7b793b2..7741e2c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -9,6 +9,9 @@ Core and Builtins ----------------- +- Issue #13018: Fix reference leaks in error paths in dictobject.c. + Patch by Suman Saha. + - Issue #12604: VTRACE macro expanded to no-op in _sre.c to avoid compiler warnings. Patch by Josh Triplett and Petri Lehtinen.