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 pitrou
Recipients Alex.Willmer, ncoghlan, pitrou, rhettinger, xdegaye, yan12125
Date 2016-05-06.11:11:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462533111.91.0.514063297905.issue26939@psf.upfronthosting.co.za>
In-reply-to
Content
I suspect this bug is caused by memory ordering differences between x86 and ARM (see https://en.wikipedia.org/wiki/Memory_ordering#Runtime_memory_ordering ), which is why it may not reproduce easily (may depend on the particular CPU implementation and/or various timing subtleties in the tests themselves).

Xavier / Chi, can you tell if Android has stdatomic.h? See Include/pyatomic.h for the difference it makes.
History
Date User Action Args
2016-05-06 11:11:51pitrousetrecipients: + pitrou, rhettinger, ncoghlan, xdegaye, Alex.Willmer, yan12125
2016-05-06 11:11:51pitrousetmessageid: <1462533111.91.0.514063297905.issue26939@psf.upfronthosting.co.za>
2016-05-06 11:11:51pitroulinkissue26939 messages
2016-05-06 11:11:51pitroucreate