Skip to content

Conversation

@vstinner
Copy link
Member

@vstinnervstinner commented May 25, 2020

This PR is basically a test to check if C compilers used by CPython
support C11 _Atomic specifier.

https://bugs.python.org/issue39465

This PR is basically a test to check if C compilers used by CPython support C11 _Atomic specifier.
@vstinner
Copy link
MemberAuthor

Windows x64 job failed with MSC compiler error:

Include\cpython\object.h(51,5): error C2061: syntax error: identifier '_Atomic' 

That's not a good start :-(

@vstinner
Copy link
MemberAuthor

I moved to a different approach: PR #20766.

@vstinnervstinner deleted the atomic branch December 23, 2020 02:28
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@vstinner@the-knights-who-say-ni@bedevere-bot