[issue43210] Fix inaccurate byteswap comment in sha512.module.c

2021-02-12 Thread Erlend Egeberg Aasland
Change by Erlend Egeberg Aasland : -- keywords: +patch pull_requests: +23305 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24518 ___ Python tracker _

[issue43210] Fix inaccurate byteswap comment in sha512.module.c

2021-02-12 Thread Erlend Egeberg Aasland
New submission from Erlend Egeberg Aasland : Include/internal/pycore_bitutils.h is included bco. _Py_bswap64(), not _Py_bswap32(). -- components: Library (Lib) messages: 386873 nosy: christian.heimes, erlendaasland priority: normal severity: normal status: open title: Fix inaccurate by