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 xdegaye
Recipients Alex.Willmer, ncoghlan, neologix, pitrou, rhettinger, xdegaye, yan12125
Date 2016-05-06.14:53:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462546384.17.0.976401855601.issue26939@psf.upfronthosting.co.za>
In-reply-to
Content
Android has stdatomic.h and HAVE_STD_ATOMIC is defined.

The build fails with the patch, see the errors in the attached file. This is the native compilation of python, the patches in my build system are also applied to the native build so that they can be checked. I can prevent that if needed.
History
Date User Action Args
2016-05-06 14:53:04xdegayesetrecipients: + xdegaye, rhettinger, ncoghlan, pitrou, neologix, Alex.Willmer, yan12125
2016-05-06 14:53:04xdegayesetmessageid: <1462546384.17.0.976401855601.issue26939@psf.upfronthosting.co.za>
2016-05-06 14:53:04xdegayelinkissue26939 messages
2016-05-06 14:53:04xdegayecreate