]> granicus.if.org Git - python/commit
bpo-29602: fix signed zero handling in complex constructor (#204)
authorMark Dickinson <mdickinson@enthought.com>
Mon, 20 Feb 2017 21:14:52 +0000 (21:14 +0000)
committerGitHub <noreply@github.com>
Mon, 20 Feb 2017 21:14:52 +0000 (21:14 +0000)
commitc0b336e0ada74b1242b9ef10c19eb87b0a21d106
tree612bdf5a3180e5ac4771a5d1482798ac7c1de266
parent7131a73f9655cfd325c798385905326f57b94640
bpo-29602: fix signed zero handling in complex constructor (#204)

* bpo-29602: fix signed zero handling in complex constructor

* Add missing have_getformat definition; remove use of unittest subtests.
Lib/test/test_complex.py
Misc/NEWS
Objects/complexobject.c