New submission from STINNER Victor <vstin...@python.org>:
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 ---------- components: Interpreter Core messages: 366600 nosy: vstinner priority: normal severity: normal status: open title: Add _Py_bswap32() function to pyport.h versions: Python 3.9 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue40302> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com