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, John.Malmberg, Vitor.de.Lima, gustavotemple, jyasskin, neologix, python-dev, vstinner
Date 2015-01-09.01:16:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420766168.56.0.976584915786.issue22038@psf.upfronthosting.co.za>
In-reply-to
Content
atomicv3.patch is wrong for GCC builtin atomic operations: the parenthesis is not closed. I fixed this typo in the commit.

Vitor & Gustavo: Thanks for the patch, it's now applied to Python 3.5.

I tested it on Fedora 21 (x86_64). I disabled manually HAVE_STD_ATOMIC in pyconfig.h to test the two new options (stdatomic header & GCC builtins).
History
Date User Action Args
2015-01-09 01:16:08vstinnersetrecipients: + vstinner, jyasskin, Arfrever, neologix, python-dev, John.Malmberg, Vitor.de.Lima, gustavotemple
2015-01-09 01:16:08vstinnersetmessageid: <1420766168.56.0.976584915786.issue22038@psf.upfronthosting.co.za>
2015-01-09 01:16:08vstinnerlinkissue22038 messages
2015-01-09 01:16:07vstinnercreate