Message 215692 - Python tracker
Message215692
| 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:39 | mark.dickinson | set | recipients: + mark.dickinson, hniksic, skrah, jbradaric |
| 2014-04-07 11:04:39 | mark.dickinson | set | messageid: <1396868679.23.0.143551706966.issue21167@psf.upfronthosting.co.za> |
| 2014-04-07 11:04:39 | mark.dickinson | link | issue21167 messages |
| 2014-04-07 11:04:38 | mark.dickinson | create | |