]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41617: Fix pycore_bitutils.h to support clang 3.0 (GH-22042)
authorVictor Stinner <vstinner@python.org>
Tue, 1 Sep 2020 16:25:14 +0000 (18:25 +0200)
committerGitHub <noreply@github.com>
Tue, 1 Sep 2020 16:25:14 +0000 (18:25 +0200)
commite6905e4c82cc05897dc1bf5ab2b5b94b2b043a7f
tree9db617818ea306e8979049178322281524385534
parent0d6aa7f0ee38eb453bc8f73bf4830e6172be2f35
bpo-41617: Fix pycore_bitutils.h to support clang 3.0 (GH-22042)

__builtin_bswap16() is not available in LLVM clang 3.0.
Include/internal/pycore_bitutils.h
Misc/NEWS.d/next/Build/2020-08-24-18-34-01.bpo-41617.sKKXz7.rst [new file with mode: 0644]