https://github.com/python/cpython
Revision 4217b3c12809b070928413f75949a7ddc4f2221c authored by Victor Stinner on 01 September 2020, 18:54:37 UTC, committed by GitHub on 01 September 2020, 18:54:37 UTC
__builtin_bswap16() is not available in LLVM clang 3.0.

(cherry picked from commit e6905e4c82cc05897dc1bf5ab2b5b94b2b043a7f)
1 parent c16a2a1
Raw File
Tip revision: 4217b3c12809b070928413f75949a7ddc4f2221c authored by Victor Stinner on 01 September 2020, 18:54:37 UTC
bpo-41617: Fix pycore_byteswap.h to support clang 3.0 (GH-22042) (GH-22044)
Tip revision: 4217b3c
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top