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, mark.dickinson
Date 2021-02-09.14:39:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612881564.78.0.952686972571.issue43177@roundup.psfhosted.org>
In-reply-to
Content
Oh I see. Yeah my ask is particularly around support for long double precision in python. What I am trying to do is essentially attempt to speed up the comparison of NumPy scalars: https://github.com/numpy/numpy/pull/17970. 

We have support for float128 in NumPy, but when I was trying to cast it to a C variable, was having a hard time doing so without losing precision.

Please feel free to close the issue, hopefully will see long double support sometime in the future.
History
Date User Action Args
2021-02-09 14:39:24ganesh3597setrecipients: + ganesh3597, mark.dickinson
2021-02-09 14:39:24ganesh3597setmessageid: <1612881564.78.0.952686972571.issue43177@roundup.psfhosted.org>
2021-02-09 14:39:24ganesh3597linkissue43177 messages
2021-02-09 14:39:24ganesh3597create