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 Paxxi
Recipients Paxxi, jyasskin, mark.dickinson, paul.moore, pitrou, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-06-25.10:33:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498386790.23.0.587104989971.issue30747@psf.upfronthosting.co.za>
In-reply-to
Content
Antoine said it best.

It's very hard to prove that this code is correct or incorrect as it requires multiple threads accessing the same variable and very specific timings to produce an actual issue.

My PR only solved half of the issue because I didn't really have a good idea for how to handle the load macro but I think it out today so I'll be updating the PR.

Would there be any interest of implementing them for MSVC/ARM as well? It's basically the same code so not much work, however I don't have a platform to actually test it.
History
Date User Action Args
2017-06-25 10:33:10Paxxisetrecipients: + Paxxi, paul.moore, mark.dickinson, pitrou, vstinner, jyasskin, tim.golden, zach.ware, serhiy.storchaka, steve.dower
2017-06-25 10:33:10Paxxisetmessageid: <1498386790.23.0.587104989971.issue30747@psf.upfronthosting.co.za>
2017-06-25 10:33:10Paxxilinkissue30747 messages
2017-06-25 10:33:10Paxxicreate