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

Reduce the number of executed local imports #11545

Merged
merged 1 commit into from
Nov 13, 2021
Merged

Conversation

JukkaL
Copy link
Collaborator

@JukkaL JukkaL commented Nov 13, 2021

This should speed things up a little, because mypyc
is bad at compiling local imports (mypyc/mypyc#903).

This should speed things up a little, because of mypyc
is bad at compiling local imports (mypyc/mypyc#903).
@JukkaL
Copy link
Collaborator Author

JukkaL commented Nov 13, 2021

Related to #11547.

@JukkaL JukkaL merged commit 8f281fb into master Nov 13, 2021
@JukkaL JukkaL deleted the optimize-local-imports branch November 13, 2021 13:25
tushar-deepsource pushed a commit to DeepSourceCorp/mypy that referenced this pull request Jan 20, 2022
This should speed things up a little, because mypyc
is bad at compiling local imports (mypyc/mypyc#903).
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