[WIP] bpo-39465: Mark _Py_Identifier.object as atomic by vstinner · Pull Request #20390 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Closed
Closed
Conversation
Member
This PR is basically a test to check if C compilers used by CPython
support C11 _Atomic specifier.
vstinner
added
the
skip news
label
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting core review
label
This PR is basically a test to check if C compilers used by CPython support C11 _Atomic specifier.
vstinner
commented
May 25, 2020
vstinner commented
Member Author
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
mentioned this pull request
vstinner
commented
Dec 23, 2020
vstinner commented
Member Author
I moved to a different approach: PR #20766.
vstinner
closed this
vstinner
deleted the
atomic
branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment