From: INADA Naoki Date: Wed, 2 Nov 2016 09:47:24 +0000 (+0900) Subject: Issue #28583: PyDict_SetDefault didn't combine split table when needed. X-Git-Tag: v3.7.0a1~2077 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a3498c756984e17cd2d781199a33a0620d6b927b;p=thirdparty%2FPython%2Fcpython.git Issue #28583: PyDict_SetDefault didn't combine split table when needed. Patch by Xiang Zhang. --- a3498c756984e17cd2d781199a33a0620d6b927b diff --cc Misc/NEWS index ebbe0c2f402f,1e939f5b9939..a58b2089604d --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -10,6 -10,21 +10,9 @@@ What's New in Python 3.7.0 alpha Core and Builtins ----------------- + - Issue #28583: PyDict_SetDefault didn't combine split table when needed. + Patch by Xiang Zhang. + -Library -------- - - -What's New in Python 3.6.0 beta 3 -================================= - -*Release date: 2016-10-31* - -Core and Builtins ------------------ - - Issue #28128: Deprecation warning for invalid str and byte escape sequences now prints better information about where the error occurs. Patch by Serhiy Storchaka and Eric Smith.