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:04:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396868679.23.0.143551706966.issue21167@psf.upfronthosting.co.za>
In-reply-to
Content
What's `sys.float_repr_style` for this build?  For Python 3.5 and short float repr, `float('nan')` shouldn't even be using Py_NAN.  It should land in _Py_parse_inf_or_nan in pystrtod.c, which uses `_Py_dg_stdnan` to get the NaN value directly from a suitable bitpattern.
History
Date User Action Args
2014-04-07 11:04:39mark.dickinsonsetrecipients: + mark.dickinson, hniksic, skrah, jbradaric
2014-04-07 11:04:39mark.dickinsonsetmessageid: <1396868679.23.0.143551706966.issue21167@psf.upfronthosting.co.za>
2014-04-07 11:04:39mark.dickinsonlinkissue21167 messages
2014-04-07 11:04:38mark.dickinsoncreate