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 Vitor.de.Lima
Recipients Vitor.de.Lima
Date 2014-07-22.17:24:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406049852.33.0.466915172772.issue22038@psf.upfronthosting.co.za>
In-reply-to
Content
The atomic operations listed in the pyatomic.h header file were implemented only for the x86 architecture, this patch uses the atomic bultins available in GCC >= 4.7 to implement such operations, allowing it to work properly in other platforms.
History
Date User Action Args
2014-07-22 17:24:12Vitor.de.Limasetrecipients: + Vitor.de.Lima
2014-07-22 17:24:12Vitor.de.Limasetmessageid: <1406049852.33.0.466915172772.issue22038@psf.upfronthosting.co.za>
2014-07-22 17:24:12Vitor.de.Limalinkissue22038 messages
2014-07-22 17:24:12Vitor.de.Limacreate