bpo-40302: Add pycore_byteswap.h header file (GH-19552)
Add a new internal pycore_byteswap.h header file with the following functions: * _Py_bswap16() * _Py_bswap32() * _Py_bswap64() Use these functions in _ctypes, sha256 and sha512 modules, and also use in the UTF-32 encoder. sha256, sha512 and _ctypes modules are now built with the internal C API.
V
Victor Stinner committed
1ae035b7e847064d09df01ca62b8a761e9b5aae3
Parent: 485e715
Committed by GitHub <noreply@github.com>
on 4/17/2020, 3:47:20 PM