From: Antoine Pitrou Date: Fri, 10 Oct 2014 21:51:04 +0000 (+0200) Subject: Issue #22604: Fix assertion error in debug mode when dividing a complex number by... X-Git-Tag: v3.5.0a1~701 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=759920c5cb7aa8f9218b35148a3e4fb129cb86f2;p=python Issue #22604: Fix assertion error in debug mode when dividing a complex number by (nan+0j). --- 759920c5cb7aa8f9218b35148a3e4fb129cb86f2 diff --cc Misc/NEWS index cf8b7b6841,a9ac0b2c83..a53260564d --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -10,15 -11,9 +10,18 @@@ Release date: TB Core and Builtins ----------------- + - Issue #22604: Fix assertion error in debug mode when dividing a complex + number by (nan+0j). + +- Issue #20152: Convert the array module to Argument Clinic. + +- Issue #21052: Do not raise ImportWarning when sys.path_hooks or sys.meta_path + are set to None. + +- Issue #16518: Use 'bytes-like object required' in error messages that + previously used the far more cryptic "'x' does not support the buffer + protocol. + - Issue #22470: Fixed integer overflow issues in "backslashreplace", "xmlcharrefreplace", and "surrogatepass" error handlers.