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 ganesh3597, mark.dickinson
Date 2021-02-09.14:12:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612879923.09.0.193256350328.issue43177@roundup.psfhosted.org>
In-reply-to
Content
You're correct that there's nothing in the C-API to handle a C `long double`. (Similarly, there's very little for C `float` values.)

You've added "ctypes" as a component, but in the message you're talking about the C-API. Can you clarify what you're doing? Are you writing C extensions for Python, or are you using ctypes?
History
Date User Action Args
2021-02-09 14:12:03mark.dickinsonsetrecipients: + mark.dickinson, ganesh3597
2021-02-09 14:12:03mark.dickinsonsetmessageid: <1612879923.09.0.193256350328.issue43177@roundup.psfhosted.org>
2021-02-09 14:12:03mark.dickinsonlinkissue43177 messages
2021-02-09 14:12:02mark.dickinsoncreate