]> granicus.if.org Git - python/commit
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)
commit759920c5cb7aa8f9218b35148a3e4fb129cb86f2
treee59e52ff9ea28029407eaf58c8e3813f8fd9cf62
parentfc260a9a97156cc1cfee88b5947ed99d6b37025a
parent9086f9260f1f48a231cba4e7123eb7ac8159ba40
Issue #22604: Fix assertion error in debug mode when dividing a complex number by (nan+0j).
Misc/NEWS
Objects/complexobject.c