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 ganesh3597
Recipients ganesh3597
Date 2021-02-09.08:40:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612860000.51.0.99318031959.issue43177@roundup.psfhosted.org>
In-reply-to
Content
I wanted to know if there is a way to parse and store c `long double`. I only found `PyFloat_FromDouble` and in the same page, `PyFloat_GetMax` returns: 
> Return the maximum representable finite float DBL_MAX as C double.

Meaning, there is no scope of `long double`. Can you please tell me how I can do something like `PyFloat_FromLongDouble`
History
Date User Action Args
2021-02-09 08:40:00ganesh3597setrecipients: + ganesh3597
2021-02-09 08:40:00ganesh3597setmessageid: <1612860000.51.0.99318031959.issue43177@roundup.psfhosted.org>
2021-02-09 08:40:00ganesh3597linkissue43177 messages
2021-02-09 08:40:00ganesh3597create