Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: python/cpython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: emmatyping/cpython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: windeps-via-releases
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Aug 6, 2025

  1. Download binaries from GitHub releases

    With LLVM 20, individual files are greater than the 100MiB single file
    limit for items checked into git. Therefore, this PR pulls down binaries
    from GitHub releases, as `.tar.xz` files to additionally maximize
    compression ratio. Currently this is somewhat of a first draft, as there
    are things like hash checking needed to be done.
    emmatyping committed Aug 6, 2025
    Configuration menu
    Copy the full SHA
    77a850b View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2025

  1. Add hash checking

    emmatyping committed Aug 7, 2025
    Configuration menu
    Copy the full SHA
    e813092 View commit details
    Browse the repository at this point in the history
Loading