summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Build/2020-11-13-15-04-53.bpo-41617.98_oaE.rst
blob: a5f35b25e8bf6a5f6c10349d4304a23dfeaab4bb (plain)
1
2
3
Fix building ``pycore_bitutils.h`` internal header on old clang version
without ``__builtin_bswap16()`` (ex: Xcode 4.6.3 on Mac OS X 10.7). Patch by
Joshua Root and Victor Stinner.