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 John.Malmberg, Vitor.de.Lima, gustavotemple, jyasskin, neologix, vstinner
Date 2014-12-17.23:32:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418859135.58.0.827669783868.issue22038@psf.upfronthosting.co.za>
In-reply-to
Content
Fedora 20 provides GCC 4.7 but no stdatomic.c: HAVE_BUILTIN_ATOMIC set (HAVE_STD_ATOMIC unset).

Fedora 21 provides GCC 4.9 with stdatomic.c: HAVE_BUILTIN_ATOMIC and HAVE_STD_ATOMIC are set.

I tested atomicv2.patch on Fedora 20 (x86_64) and Fedora 21 (x86_64): the whole test suite pass.
History
Date User Action Args
2014-12-17 23:32:15vstinnersetrecipients: + vstinner, jyasskin, neologix, John.Malmberg, Vitor.de.Lima, gustavotemple
2014-12-17 23:32:15vstinnersetmessageid: <1418859135.58.0.827669783868.issue22038@psf.upfronthosting.co.za>
2014-12-17 23:32:15vstinnerlinkissue22038 messages
2014-12-17 23:32:15vstinnercreate