[issue25150] 3.5: Include/pyatomic.h is incompatible with OpenMP (compilation of the third-party yt module fails on Python 3.5)

Antoine Pitrou report at bugs.python.org
Tue Jul 17 09:37:05 EDT 2018


Antoine Pitrou <pitrou at free.fr> added the comment:

I think this should be reconsidered.  I understand the desire to compile Python with OpenMP.  But the resolution here is hiding _Py_atomic symbols all the time, even when OpenMP isn't involved, and even when building a standard extension module.

----------
nosy: +pitrou

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


More information about the Python-bugs-list mailing list