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 vstinner
Date 2020-04-16.14:22:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1587046975.76.0.701994468055.issue40302@roundup.psfhosted.org>
In-reply-to
Content
There are multiple files which have to swap bytes. I propose to add functions for that:

* _Py_bswap16(): uint16_t
* _Py_bswap32(): uint32_t
* _Py_bswap64(): uint64_t
History
Date User Action Args
2020-04-16 14:22:55vstinnersetrecipients: + vstinner
2020-04-16 14:22:55vstinnersetmessageid: <1587046975.76.0.701994468055.issue40302@roundup.psfhosted.org>
2020-04-16 14:22:55vstinnerlinkissue40302 messages
2020-04-16 14:22:55vstinnercreate