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

Fix find occurrences flag #15528

Merged
merged 3 commits into from
Jun 29, 2023
Merged

Fix find occurrences flag #15528

merged 3 commits into from
Jun 29, 2023

Conversation

hauntsaninja
Copy link
Collaborator

Fixes #15527

Namespaces are untyped, so this only gets caught by mypyc.

I didn't know about this feature, looks like it's explicitly documented as experimental. Guess no one has used it in a long, long time.

Fixes python#15527

Namespaces are untyped, so this only gets caught by mypyc.

I didn't know about this feature, looks like it's explicitly documented
as experimental. Guess no one has used it in a long, long time.
@github-actions

This comment has been minimized.

@JelleZijlstra
Copy link
Member

self-check is unhappy

mypy/main.py Outdated Show resolved Hide resolved
@github-actions

This comment has been minimized.

@github-actions
Copy link
Contributor

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

@hauntsaninja hauntsaninja merged commit 66d03da into python:master Jun 29, 2023
20 checks passed
@hauntsaninja hauntsaninja deleted the find-occr branch June 29, 2023 07:40
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.

Usage error when using --find-occurrences
3 participants