summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2013-12-09 00:52:50 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2013-12-09 00:52:50 (GMT)
commit031bd532c48cf20a9cbf438bdae75dde49e36c51 (patch)
tree80052a8b6913721ca49b3a020cd989ec87ad0b06 /Misc
parent28dd6deca8afd79cd8c33731f01c108dd11257ab (diff)
downloadcpython-031bd532c48cf20a9cbf438bdae75dde49e36c51.zip
cpython-031bd532c48cf20a9cbf438bdae75dde49e36c51.tar.gz
cpython-031bd532c48cf20a9cbf438bdae75dde49e36c51.tar.bz2
Close #19880: Fix a reference leak in unittest.TestCase. Explicitly break
reference cycles between frames and the _Outcome instance.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 351106f..2cefcb6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,9 @@ Core and Builtins
Library
-------
+- Issue #19880: Fix a reference leak in unittest.TestCase. Explicitly break
+ reference cycles between frames and the _Outcome instance.
+
- Issue #17429: platform.linux_distribution() now decodes files from the UTF-8
encoding with the surrogateescape error handler, instead of decoding from the
locale encoding in strict mode. It fixes the function on Fedora 19 which is