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

Add fast path to analyzing special form assignments #16561

Merged
merged 1 commit into from
Nov 25, 2023

Commits on Nov 25, 2023

  1. Add fast path to analyzing special form assignments

    This showed up as hot spot in a CPU profile collected when running tests.
    
    This makes `mypy/test/testcheck.py` about 2% faster on my Linux desktop.
    JukkaL committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    d4f11d8 View commit details
    Browse the repository at this point in the history