]> granicus.if.org Git - python/commitdiff
Issue #22604: Fix assertion error in debug mode when dividing a complex number by...
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 10 Oct 2014 21:51:04 +0000 (23:51 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 10 Oct 2014 21:51:04 +0000 (23:51 +0200)
1  2 
Misc/NEWS
Objects/complexobject.c

diff --cc Misc/NEWS
index cf8b7b684186e96eac93ff5f42182a709208caf5,a9ac0b2c8393c7705cbc06ef8f623a27520f2a66..a53260564d5e3154d8483c221954426d4ee65f25
+++ 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.
  
Simple merge