This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients eric.smith, ezio.melotti, lemburg, mark.dickinson, pitrou, python-dev, serhiy.storchaka, stutzbach, vstinner
Date 2014-10-10.21:57:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20141010215739.58883.33263@psf.io>
In-reply-to
Content
New changeset 0c8f45caf697 by Antoine Pitrou in branch '3.4':
Issue #22604: Fix assertion error in debug mode when dividing a complex number by (nan+0j).
https://hg.python.org/cpython/rev/0c8f45caf697

New changeset af0104aed5b1 by Antoine Pitrou in branch 'default':
Issue #22604: Fix assertion error in debug mode when dividing a complex number by (nan+0j).
https://hg.python.org/cpython/rev/af0104aed5b1

New changeset cd4ecaf38283 by Antoine Pitrou in branch '2.7':
Issue #22604: Fix assertion error in debug mode when dividing a complex number by (nan+0j).
https://hg.python.org/cpython/rev/cd4ecaf38283
History
Date User Action Args
2014-10-10 21:57:44python-devsetrecipients: + python-dev, lemburg, mark.dickinson, pitrou, vstinner, eric.smith, stutzbach, ezio.melotti, serhiy.storchaka
2014-10-10 21:57:43python-devlinkissue22604 messages
2014-10-10 21:57:43python-devcreate