Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Reduce the number of executed local imports - #11545

Merged
JukkaL merged 1 commit into
masterfrom
optimize-local-imports
Nov 13, 2021
Merged

Reduce the number of executed local imports#11545
JukkaL merged 1 commit into
masterfrom
optimize-local-imports

Conversation

@JukkaL

@JukkaL JukkaL commented Nov 13, 2021

Copy link
Copy Markdown
Collaborator

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

JukkaL commented Nov 13, 2021

Copy link
Copy Markdown
Collaborator Author

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