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

Skip to content

Skip overlapping overload checks in ignored files - #10922

Merged
msullivan merged 1 commit into
python:masterfrom
hauntsaninja:fast
Aug 4, 2021
Merged

Skip overlapping overload checks in ignored files#10922
msullivan merged 1 commit into
python:masterfrom
hauntsaninja:fast

Conversation

@hauntsaninja

@hauntsaninja hauntsaninja commented Aug 4, 2021

Copy link
Copy Markdown
Collaborator

Resolves #9691

As mentioned in that issue, this is a huge performance win. On the
codebase I'm currently working on, it halves a cacheless interpreted
mypy runtime. The linked issue contains a benchmark run.

Resolves python#9691

As mentioned in that issue, this is a huge performance win. On the
codebase I'm currently working on, it halves a cacheless interpreted
mypy runtime. The linked issue contains some more measurement.
@hauntsaninja

hauntsaninja commented Aug 4, 2021

Copy link
Copy Markdown
Collaborator Author

Looks like it cuts a good 7 minutes off of CI time too :-)

@msullivan
msullivan merged commit 805bbde into python:master Aug 4, 2021
@hauntsaninja
hauntsaninja deleted the fast branch August 4, 2021 06:17
@JukkaL

JukkaL commented Aug 4, 2021

Copy link
Copy Markdown
Collaborator

Wow, this is an amazing improvement. Thank you!

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.

check_overlapping_overloads is slow and often not needed

3 participants