diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2013-12-09 00:52:50 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2013-12-09 00:52:50 (GMT) |
commit | 031bd532c48cf20a9cbf438bdae75dde49e36c51 (patch) | |
tree | 80052a8b6913721ca49b3a020cd989ec87ad0b06 /Misc | |
parent | 28dd6deca8afd79cd8c33731f01c108dd11257ab (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |