Skip to content

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

Merged
corona10 merged 1 commit into
python:mainfrom
corona10:gh-112075-clang-warn
Feb 28, 2024
Merged

gh-112075: Remove compiler warning from apple clang#115855
corona10 merged 1 commit into
python:mainfrom
corona10:gh-112075-clang-warn

Conversation

@corona10

@corona10corona10 commented Feb 23, 2024

Copy link
Copy Markdown
Member

@corona10

Copy link
Copy Markdown
MemberAuthor
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) {

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.

2 participants

@corona10@colesbury