[Python-checkins] [python/cpython] 112ec3: bpo-29602: fix signed zero handling in complex con...

GitHub noreply at github.com
Mon Feb 20 15:28:17 EST 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 112ec38c15b388fe025ccb85369a584d218b1160
      https://github.com/python/cpython/commit/112ec38c15b388fe025ccb85369a584d218b1160
  Author: Mark Dickinson <mdickinson at enthought.com>
  Date:   2017-02-20 (Mon, 20 Feb 2017)

  Changed paths:
    M Lib/test/test_complex.py
    M Misc/NEWS
    M Objects/complexobject.c

  Log Message:
  -----------
  bpo-29602: fix signed zero handling in complex constructor. (#203)

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

* Add Misc/NEWS entry.




More information about the Python-checkins mailing list