summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-05-14 22:31:26 -0500
committerBenjamin Peterson <benjamin@python.org>2013-05-14 22:31:26 -0500
commite1b4cbc422efc2cc6c5bbbf26645dbb5c001cb49 (patch)
tree532371b6a46fa021141c9be584dcfab109c3114f /Misc
parentd486707d2e36f3141da3a3845066e7dabfd94198 (diff)
downloadcpython-git-e1b4cbc422efc2cc6c5bbbf26645dbb5c001cb49.tar.gz
when arguments are cells clear the locals slot (backport of #17927)
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 c616045921..b7e749eba3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 3.3.2?
Core and Builtins
-----------------
+- Issue #17927: Frame objects kept arguments alive if they had been copied into
+ a cell, even if the cell was cleared.
+
- Issue #17237: Fix crash in the ASCII decoder on m68k.
- Issue #17408: Avoid using an obsolete instance of the copyreg module when