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

Make is_sub_path faster #17962

Merged
merged 5 commits into from
Oct 17, 2024
Merged

Commits on Oct 15, 2024

  1. Make is_sub_path faster

    See python#17948
    
    Haven't run the benchmark yet, but profile indicates that this could
    save 0.5s on both incremental and non-incremental builds in environments
    with long search path
    hauntsaninja committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    485be41 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. debug

    hauntsaninja committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    a9602be View commit details
    Browse the repository at this point in the history
  2. Revert "debug"

    This reverts commit a9602be.
    hauntsaninja committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    4fd0e86 View commit details
    Browse the repository at this point in the history
  3. normcase

    hauntsaninja committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    8cbe3bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    808087a View commit details
    Browse the repository at this point in the history