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

Christian Berger report at bugs.python.org
Mon Aug 5 18:19:00 EDT 2019


Christian Berger <witheri at gmx.net> added the comment:

I have the same problem on RH6 with icc 2019.4 and Python 3.6.9. Do you want a new bug for that?
Changing Include/pyatomic.h to use _Atomic as suggested by Victor in msg346785 leads to the error that _Atomic was undefined.

----------
nosy: +cberger

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


More information about the Python-bugs-list mailing list