This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Arfrever, Joshua.J.Cogliati, Martin Ritter, Melroy van den Berg, Vitor.de.Lima, gustavotemple, jrincayc, lbianc, python-dev, vstinner
Date 2017-07-06.20:25:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499372758.2.0.676022051534.issue23644@psf.upfronthosting.co.za>
In-reply-to
Content
> ./Include/pyatomic.h:37:5: error: 'atomic_int' does not name a type

I don't understand how you got this error. The line 37 of pyatomic.h is only compiled when you build Python itself. At least, since Python 3.5.1 and Python 3.6.0.

Did you try to build Python? Or did you try to build a C extension?
History
Date User Action Args
2017-07-06 20:25:58vstinnersetrecipients: + vstinner, Arfrever, jrincayc, python-dev, Joshua.J.Cogliati, Vitor.de.Lima, gustavotemple, lbianc, Martin Ritter, Melroy van den Berg
2017-07-06 20:25:58vstinnersetmessageid: <1499372758.2.0.676022051534.issue23644@psf.upfronthosting.co.za>
2017-07-06 20:25:58vstinnerlinkissue23644 messages
2017-07-06 20:25:58vstinnercreate