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 <[email protected]>
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: <[email protected]>
2014-04-07 11:04:39mark.dickinsonlinkissue21167 messages
2014-04-07 11:04:38mark.dickinsoncreate