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 vstinner
Recipients mark.dickinson, r.david.murray, vstinner
Date 2022-02-04.20:47:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1644007635.8.0.445614802362.issue46640@roundup.psfhosted.org>
In-reply-to
Content
> mathmodule.c and cmathmodule.c m_nan() still use _Py_dg_stdnan() by default (if PY_NO_SHORT_FLOAT_REPR is not defined).

These functions are only use to create the following constants:

* math.nan
* cmath.nan
* cmath.nanj
History
Date User Action Args
2022-02-04 20:47:15vstinnersetrecipients: + vstinner, mark.dickinson, r.david.murray
2022-02-04 20:47:15vstinnersetmessageid: <1644007635.8.0.445614802362.issue46640@roundup.psfhosted.org>
2022-02-04 20:47:15vstinnerlinkissue46640 messages
2022-02-04 20:47:15vstinnercreate