STINNER Victor <vstin...@python.org> added the comment:

> 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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue41617>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to