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 mark.dickinson
Recipients hniksic, jbradaric, mark.dickinson, skrah
Date 2014-04-07.11:30:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396870251.03.0.64422722552.issue21167@psf.upfronthosting.co.za>
In-reply-to
Content
> I tagged the issue as likely also present in 3.x.

So I believe that this particular issue (float('nan') giving zero) should not be present on Python 3.4 or above.  The bogus definition of Py_NAN will still cause problems in some math and cmath return values, though.
History
Date User Action Args
2014-04-07 11:30:51mark.dickinsonsetrecipients: + mark.dickinson, hniksic, skrah, jbradaric
2014-04-07 11:30:51mark.dickinsonsetmessageid: <1396870251.03.0.64422722552.issue21167@psf.upfronthosting.co.za>
2014-04-07 11:30:50mark.dickinsonlinkissue21167 messages
2014-04-07 11:30:50mark.dickinsoncreate