From: Benjamin Peterson Date: Wed, 15 Oct 2014 15:48:41 +0000 (-0400) Subject: merge 3.3 (#22643) X-Git-Tag: v3.4.3rc1~467 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1cbb3fe775c210459f53386b8172f5f2965ee33b;p=thirdparty%2FPython%2Fcpython.git merge 3.3 (#22643) --- 1cbb3fe775c210459f53386b8172f5f2965ee33b diff --cc Misc/NEWS index fd8011e29806,7676c9051dd3..4b4d89df83ba --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -11,10 -10,10 +11,13 @@@ Release date: TB Core and Builtins ----------------- + - Issue #22643: Fix integer overflow in Unicode case operations (upper, lower, + title, swapcase, casefold). + -- Issue #22518: Fixed integer overflow issues in "backslashreplace", +- Issue #22604: Fix assertion error in debug mode when dividing a complex + number by (nan+0j). + +- Issue #22470: Fixed integer overflow issues in "backslashreplace", "xmlcharrefreplace", and "surrogatepass" error handlers. - Issue #22520: Fix overflow checking when generating the repr of a unicode