]> 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:49:32 +0000 (23:49 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 10 Oct 2014 21:49:32 +0000 (23:49 +0200)
commit9086f9260f1f48a231cba4e7123eb7ac8159ba40
tree64f7c407d5a814a7ef471ad74bbcd88bf5ec4289
parenta13dab47cb8c6184115c73c379712a71c6ef7f79
Issue #22604: Fix assertion error in debug mode when dividing a complex number by (nan+0j).
Lib/test/test_complex.py
Misc/NEWS
Objects/complexobject.c