]> granicus.if.org Git - python/commit
bpo-29602: fix signed zero handling in complex constructor. (#203)
authorMark Dickinson <mdickinson@enthought.com>
Mon, 20 Feb 2017 20:28:15 +0000 (20:28 +0000)
committerGitHub <noreply@github.com>
Mon, 20 Feb 2017 20:28:15 +0000 (20:28 +0000)
commit112ec38c15b388fe025ccb85369a584d218b1160
tree411b56a68f3900436949eb6ce1a49a8f6c035826
parent1b8df107f867fb05ff39ebee7c55f0a907e7ad5f
bpo-29602: fix signed zero handling in complex constructor. (#203)

* Fix incorrect handling of signed zeros for complex-related classes.

* Add Misc/NEWS entry.
Lib/test/test_complex.py
Misc/NEWS
Objects/complexobject.c