Message414401
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. |
|
| Date |
User |
Action |
Args |
| 2022-03-03 03:09:32 | methane | set | recipients:
+ methane, vstinner |
| 2022-03-03 03:09:32 | methane | set | messageid: <[email protected]> |
| 2022-03-03 03:09:32 | methane | link | issue46906 messages |
| 2022-03-03 03:09:31 | methane | create | |
|