Skip to content

Fix star import dependencies in mypy daemon#21673

Open
JukkaL wants to merge 1 commit into
masterfrom
fine-grained-import-star
Open

Fix star import dependencies in mypy daemon#21673
JukkaL wants to merge 1 commit into
masterfrom
fine-grained-import-star

Conversation

@JukkaL

@JukkaL JukkaL commented Jul 3, 2026

Copy link
Copy Markdown
Collaborator

Changes weren't propagated reliably when exporting names using from <...> import *. This could result in false negatives and false positives.

I used coding agent assist with small incremental changes.

Changes weren't propagated reliably when using `from <...> import *`.
This could result in false negatives and false positives.

Used coding agent assist with small incremental changes.
@JukkaL JukkaL requested a review from ilevkivskyi July 3, 2026 10:26
@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

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

@ilevkivskyi ilevkivskyi left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, looks good!

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