diff options
| author | Benjamin Peterson <benjamin@python.org> | 2013-05-14 22:31:26 -0500 |
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2013-05-14 22:31:26 -0500 |
| commit | e1b4cbc422efc2cc6c5bbbf26645dbb5c001cb49 (patch) | |
| tree | 532371b6a46fa021141c9be584dcfab109c3114f /Misc | |
| parent | d486707d2e36f3141da3a3845066e7dabfd94198 (diff) | |
| download | cpython-git-e1b4cbc422efc2cc6c5bbbf26645dbb5c001cb49.tar.gz | |
when arguments are cells clear the locals slot (backport of #17927)
Diffstat (limited to 'Misc')
| -rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
