This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jmr
Recipients jmr
Date 2020-08-23.01:02:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1598144567.0.0.176317601198.issue41617@roundup.psfhosted.org>
In-reply-to
Content
Older clang versions don't have __builtin_bswap16, but it's always used when compiling with clang, which means the build fails with those older versions. The code should use __has_builtin to check.
History
Date User Action Args
2020-08-23 01:02:47jmrsetrecipients: + jmr
2020-08-23 01:02:46jmrsetmessageid: <1598144567.0.0.176317601198.issue41617@roundup.psfhosted.org>
2020-08-23 01:02:46jmrlinkissue41617 messages
2020-08-23 01:02:46jmrcreate