KEMBAR78
Micro-optimization: Avoid temporary set creation in is_proper_subtype by JukkaL · Pull Request #19463 · python/mypy · GitHub
Skip to content

Conversation

JukkaL
Copy link
Collaborator

@JukkaL JukkaL commented Jul 16, 2025

This was suggested by @sterliakov in #19384 (comment)

This is a part of a set of micro-optimizations that improve self check performance by ~5.5%.

This is a part of a set of micro-optimizations that improve self check
performance by ~5.5%.
@JukkaL JukkaL requested review from ilevkivskyi and sterliakov July 16, 2025 13:16
@JukkaL JukkaL changed the title Micro-optimization: Avoid temporary set creation is_proper_subtype Micro-optimization: Avoid temporary set creation in is_proper_subtype Jul 16, 2025
@github-actions
Copy link
Contributor

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

@JukkaL JukkaL merged commit ca738e5 into master Jul 16, 2025
20 checks passed
@JukkaL JukkaL deleted the opt-5 branch July 16, 2025 17:18
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