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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ab30353adbef3a3fdd54fb30856af8ff94f2c108;p=thirdparty%2FPython%2Fcpython.git Merge with ongoing work in 3.5 branch. --- ab30353adbef3a3fdd54fb30856af8ff94f2c108 diff --cc Misc/NEWS index 7bbc0374866e,46881c334fb8..2bd6bcb84e4a --- 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 -------