Message233585
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. |
|
| Date |
User |
Action |
Args |
| 2015-01-07 17:07:00 | mark.dickinson | set | recipients:
+ mark.dickinson, vstinner, ethan.furman |
| 2015-01-07 17:07:00 | mark.dickinson | set | messageid: <[email protected]> |
| 2015-01-07 17:07:00 | mark.dickinson | link | issue23185 messages |
| 2015-01-07 17:07:00 | mark.dickinson | create | |
|