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-11-13.14:13:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605276811.29.0.701870057246.issue41617@roundup.psfhosted.org>
In-reply-to
Content
> Unfortunately the patch ultimately committed did not fix the build there. Clang reports its version as "Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn)". __clang_major__ is 4 and __clang_minor__ is 2.

Oh... I wrote PR 23260 which is based on your original PR 21942. I added a new _Py__has_builtin() macro rather than defining a __has_builtin() which always returns 0.
History
Date User Action Args
2020-11-13 14:13:31vstinnersetrecipients: + vstinner, jmr
2020-11-13 14:13:31vstinnersetmessageid: <1605276811.29.0.701870057246.issue41617@roundup.psfhosted.org>
2020-11-13 14:13:31vstinnerlinkissue41617 messages
2020-11-13 14:13:31vstinnercreate