Skip to content

Fix find occurrences flag#15528

Merged
hauntsaninja merged 3 commits into
python:masterfrom
hauntsaninja:find-occr
Jun 29, 2023
Merged

Fix find occurrences flag#15528
hauntsaninja merged 3 commits into
python:masterfrom
hauntsaninja:find-occr

Conversation

@hauntsaninja

Copy link
Copy Markdown
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
Copy Markdown
Member

self-check is unhappy

Comment thread mypy/main.py Outdated
@github-actions

This comment has been minimized.

@github-actions

Copy link
Copy Markdown
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
@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