Skip to content

Make 'break' outside loop and similar errors blockers #1714

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 17, 2016

Conversation

rwbarton
Copy link
Contributor

The type checker isn't equipped to deal with such errors currently,
and having it ignore these errors silently on the basis that they
should have been caught by semantic analysis is a bit sketchy.

Fixes #1571.

The type checker isn't equipped to deal with such errors currently,
and having it ignore these errors silently on the basis that they
should have been caught by semantic analysis is a bit sketchy.

Fixes python#1571.
@JukkaL JukkaL merged commit 9cd1954 into python:master Jun 17, 2016
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.

2 participants