Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-112075: Remove compiler warning from apple clang #115855

Merged
merged 1 commit into from
Feb 28, 2024

Conversation

corona10
Copy link
Member

@corona10 corona10 commented Feb 23, 2024

@corona10
Copy link
Member Author

Objects/dictobject.c:5032:9: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses]
    if (!dictiter_iternext_threadsafe(d, self, &value, NULL) == 0) {

@corona10 corona10 merged commit f58f8ce into python:main Feb 28, 2024
37 checks passed
@corona10 corona10 deleted the gh-112075-clang-warn branch February 28, 2024 17:52
woodruffw pushed a commit to woodruffw-forks/cpython that referenced this pull request Mar 4, 2024
adorilson pushed a commit to adorilson/cpython that referenced this pull request Mar 25, 2024
diegorusso pushed a commit to diegorusso/cpython that referenced this pull request Apr 17, 2024
Sign up for free to 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.

2 participants