Skip to content

Fixed a bug that results in a false positive error when a break or …#10790

Merged
erictraut merged 2 commits intomainfrom
Issue-10766
Aug 13, 2025
Merged

Fixed a bug that results in a false positive error when a break or …#10790
erictraut merged 2 commits intomainfrom
Issue-10766

Conversation

@erictraut
Copy link
Collaborator

continue statement is used within a while or for loop within an exception group block. This addresses #10766.

…`continue` statement is used within a `while` or `for` loop within an exception group block. This addresses #10766.
@github-actions

This comment has been minimized.

@erictraut erictraut merged commit facb494 into main Aug 13, 2025
16 checks passed
@erictraut erictraut deleted the Issue-10766 branch August 13, 2025 04:37
@github-actions
Copy link
Contributor

According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant