commit | 4217b3c12809b070928413f75949a7ddc4f2221c | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Tue Sep 01 20:54:37 2020 +0200 |
committer | GitHub <noreply@github.com> | Tue Sep 01 20:54:37 2020 +0200 |
tree | 51622f8c593cc4b9b4f40f7dd424c5ac32fbbc02 | |
parent | c16a2a1b643d3e04f86780e2c9e66c3f9f322560 [diff] |
bpo-41617: Fix pycore_byteswap.h to support clang 3.0 (GH-22042) (GH-22044) __builtin_bswap16() is not available in LLVM clang 3.0. (cherry picked from commit e6905e4c82cc05897dc1bf5ab2b5b94b2b043a7f)