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 methane, vstinner
Date 2022-03-03.10:10:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1646302238.98.0.978025521993.issue46906@roundup.psfhosted.org>
In-reply-to
Content
I reopen the issue, I would like to make these functions public :-) I searched for the 6 functions moved to the internal C API and I found 6 projets using it in the top 5000 PyPI projects (at 2022-01-26):

* msgpack
* ddtrace
* bitstruct
* pickle5
* line_profiler
* zodbpickle

The 6 functions are used:

* _PyFloat_Pack2()
* _PyFloat_Pack4()
* _PyFloat_Pack8()
* _PyFloat_Unpack2()
* _PyFloat_Unpack4()
* _PyFloat_Unpack8()
History
Date User Action Args
2022-03-03 10:10:39vstinnersetrecipients: + vstinner, methane
2022-03-03 10:10:38vstinnersetmessageid: <1646302238.98.0.978025521993.issue46906@roundup.psfhosted.org>
2022-03-03 10:10:38vstinnerlinkissue46906 messages
2022-03-03 10:10:38vstinnercreate