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 methane
Recipients methane, vstinner
Date 2022-03-03.03:09:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1646276972.11.0.142101531058.issue46906@roundup.psfhosted.org>
In-reply-to
Content
Original issue. https://github.com/msgpack/msgpack-python/issues/497

_PyFloat_(Pack|Unpack)(4|8) is very nice API for serializers like msgpack.
Converting double and float into char[] is not trivial and these APIs do it in very efficient way.

And these APIs don't reveal CPython internal strucutre. It just convert double and float into char[].

So please keep these APIs public for libraries like msgpack.
History
Date User Action Args
2022-03-03 03:09:32methanesetrecipients: + methane, vstinner
2022-03-03 03:09:32methanesetmessageid: <1646276972.11.0.142101531058.issue46906@roundup.psfhosted.org>
2022-03-03 03:09:32methanelinkissue46906 messages
2022-03-03 03:09:31methanecreate