[issue43177] How to use `long double` as a PyObject?

Mark Dickinson report at bugs.python.org
Tue Feb 9 09:12:03 EST 2021


Mark Dickinson <dickinsm at gmail.com> added the comment:

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?

----------
nosy: +mark.dickinson

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43177>
_______________________________________


More information about the Python-bugs-list mailing list