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 Saszalez
Recipients Saszalez, vstinner
Date 2019-06-27.08:07:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561622862.83.0.255336034664.issue37415@roundup.psfhosted.org>
In-reply-to
Content
In pyconfig.h the variable HAVE_STD_ATOMIC appears like this:

/* Has stdatomic.h with atomic_int */
#define HAVE_STD_ATOMIC 1

I searched at <stdatomic.h> atomic_uintptr_t and found nothing.
History
Date User Action Args
2019-06-27 08:07:42Saszalezsetrecipients: + Saszalez, vstinner
2019-06-27 08:07:42Saszalezsetmessageid: <1561622862.83.0.255336034664.issue37415@roundup.psfhosted.org>
2019-06-27 08:07:42Saszalezlinkissue37415 messages
2019-06-27 08:07:42Saszalezcreate