Skip to content

gh-135161: Remove redundant NULL check for 'exc' after dereference in ceval.c #135162

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

Merged
merged 1 commit into from
Jun 5, 2025

Conversation

rialbat
Copy link
Contributor

@rialbat rialbat commented Jun 5, 2025

Remove a redundant NULL check for the variable 'exc' after it has already been dereferenced.

@vstinner vstinner merged commit 8919cb4 into python:main Jun 5, 2025
52 checks passed
@vstinner
Copy link
Member

vstinner commented Jun 5, 2025

Merged, thanks for the fix.

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.

3 participants