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 ethan.furman, mark.dickinson, vstinner
Date 2015-01-07.17:07:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420650420.28.0.45765391314.issue23185@psf.upfronthosting.co.za>
In-reply-to
Content
Implementation suggestion: if possible, use the _Py_dg_stdnan and _Py_dg_infinity functions from Python/dtoa.c.  These are a little safer than the Py_NAN and Py_HUGE_VAL macros, and will give results consistent with the float("inf") and float("nan") constructions.
History
Date User Action Args
2015-01-07 17:07:00mark.dickinsonsetrecipients: + mark.dickinson, vstinner, ethan.furman
2015-01-07 17:07:00mark.dickinsonsetmessageid: <1420650420.28.0.45765391314.issue23185@psf.upfronthosting.co.za>
2015-01-07 17:07:00mark.dickinsonlinkissue23185 messages
2015-01-07 17:07:00mark.dickinsoncreate