]> granicus.if.org Git - python/commit
bpo-29602: fix signed zero handling in complex constructor. (#203) (#205)
authorMark Dickinson <mdickinson@enthought.com>
Mon, 20 Feb 2017 21:50:49 +0000 (21:50 +0000)
committerGitHub <noreply@github.com>
Mon, 20 Feb 2017 21:50:49 +0000 (21:50 +0000)
commit0936a00fe035e3e52c30bcbc59668dc0f519ced6
tree4ccef2a5409955b697d53eb858646ca20cda3507
parent66fa9d4205e0da672ed19a397069281a4b177af4
bpo-29602: fix signed zero handling in complex constructor. (#203) (#205)

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

* Add Misc/NEWS entry.

(cherry picked from commit 112ec38c15b388fe025ccb85369a584d218b1160)
Lib/test/test_complex.py
Misc/NEWS
Objects/complexobject.c