]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-29602: fix signed zero handling in complex constructor. (#203) (#206)
authorMark Dickinson <mdickinson@enthought.com>
Mon, 20 Feb 2017 21:59:30 +0000 (21:59 +0000)
committerGitHub <noreply@github.com>
Mon, 20 Feb 2017 21:59:30 +0000 (21:59 +0000)
commitd9b3cdd137239a5913de2252c3ce269e35ac63d2
tree1b078e6ce4266f80100bbe550b8833e25d1dc880
parentce552e2d5c4ff90218fb41847e8ffb1fd3ba3b2d
bpo-29602: fix signed zero handling in complex constructor. (#203) (#206)

* 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