Message 414401 - Python tracker
Message414401
| 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:32 | methane | set | recipients: + methane, vstinner |
| 2022-03-03 03:09:32 | methane | set | messageid: <1646276972.11.0.142101531058.issue46906@roundup.psfhosted.org> |
| 2022-03-03 03:09:32 | methane | link | issue46906 messages |
| 2022-03-03 03:09:31 | methane | create | |