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 vstinner
Recipients jmr, vstinner
Date 2020-08-24.16:35:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1598286936.66.0.925233104638.issue41617@roundup.psfhosted.org>
In-reply-to
Content
> Older clang versions don't have __builtin_bswap16,

According to https://github.com/nodejs/node/pull/7644 it's available in clang 3.2 but not in clang 3.0.

I wrote PR 21949 to fix the issue: it only uses __has_builtin() if __clang__ is defined, it's different than PR 21942.
History
Date User Action Args
2020-08-24 16:35:36vstinnersetrecipients: + vstinner, jmr
2020-08-24 16:35:36vstinnersetmessageid: <1598286936.66.0.925233104638.issue41617@roundup.psfhosted.org>
2020-08-24 16:35:36vstinnerlinkissue41617 messages
2020-08-24 16:35:36vstinnercreate