◐ Shell
clean mode source ↗

[WIP] bpo-39465: Mark _Py_Identifier.object as atomic by vstinner · Pull Request #20390 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Closed

vstinner

wants to merge 1 commit into

python:masterfrom

vstinner:atomic

Closed

[WIP] bpo-39465: Mark _Py_Identifier.object as atomic#20390

vstinner

wants to merge 1 commit into

python:masterfrom

vstinner:atomic

Conversation

@vstinner

@vstinner vstinner commented

May 25, 2020

edited by bedevere-bot

Loading

Copy link Copy Markdown

Member

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 Copy Markdown

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

Copy link Copy Markdown

Member Author

I moved to a different approach: PR #20766.

@vstinner vstinner closed this

Dec 23, 2020

@vstinner vstinner deleted the atomic branch

December 23, 2020 02:28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

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