From: Larry Hastings Date: Sun, 5 Jul 2015 17:31:09 +0000 (-0700) Subject: Merge with ongoing work in 3.5 branch. X-Git-Tag: v3.5.0b4~75 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ab30353adbef3a3fdd54fb30856af8ff94f2c108;p=python Merge with ongoing work in 3.5 branch. --- ab30353adbef3a3fdd54fb30856af8ff94f2c108 diff --cc Misc/NEWS index 7bbc037486,46881c334f..2bd6bcb84e --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -10,6 -10,8 +10,10 @@@ Release date: 2015-07-2 Core and Builtins ----------------- + - Issue #24569: Make PEP 448 dictionary evaluation more consistent. + ++- Issue #24407: Fix crash when dict is mutated while being updated. ++ Library -------