[issue23644] g++ module compile fails with ‘_Atomic’ does not name a type

Joshua J Cogliati report at bugs.python.org
Tue Mar 17 14:22:59 CET 2015


Joshua J Cogliati added the comment:

>Hum, I'm lost with the problem with C++ :-( What is your use case? Do >you want to compile CPython with C++? Or compile a third-party >extension with C++ and this extension includes "Python.h" which >includes "pyatomic.h".

My use case is I have C++ code that I want to use from a extension.  The extension includes Python.h, which includes pyatomic.h.  Thank you for looking into this.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23644>
_______________________________________


More information about the Python-bugs-list mailing list