[issue37415] Error build Python with Intel compiler: <stdatomic.h> doesn't provide atomic_uintptr_t

STINNER Victor report at bugs.python.org
Tue Oct 22 16:27:24 EDT 2019


STINNER Victor <vstinner at python.org> added the comment:

According to Adam J. Stewart, my PR 16717 fix the Python build on ICC:
https://github.com/python/cpython/pull/16717#issuecomment-544812182

So I merged it in 3.7, 3.8 and master branches.

Adam saw other failures, but it's unrelated issues which should be reported separately.

Thanks for the bug report Borja. It should now be fixed. Until a new Python version is released with the fix, you should either apply the patch manually or use a different compiler. GCC and Clang are well supported on Linux for example.

----------
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37415>
_______________________________________


More information about the Python-bugs-list mailing list