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: astral-sh/python-build-standalone
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 20251205
Choose a base ref
...
head repository: astral-sh/python-build-standalone
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 20251209
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Dec 9, 2025

  1. Correctly set install_name for macOS libpython (#914)

    Previously the `install_name` for libpython on macOS was just the prefix
    `/install/lib/...` which was knowingly invalid. The post-build scripts
    fixed this for `python3` itself, but don't fix the dylib itself for the
    case where downstream users of the toolchain try to link libpython. Now
    libpython has the standard install_name relative to rpaths, and
    downstream binaries need to add a rpath to the toolchain's lib directory
    to load it. This is also now the same behavior as the linux toolchain
    keith authored Dec 9, 2025
    Configuration menu
    Copy the full SHA
    91f343f View commit details
    Browse the repository at this point in the history
  2. BUG: restore tcl/tk patch on python 3.14+ (#915)

    Restore patch used to find Tcl/Tk libraries relative to the base prefix
    on Python 3.14+.
    
    This patches was accidentally removed in #845.
    
    Rewrite the conditionals in the patch block to make it more obvious what
    patch is applied for each python version.
    
    closes #913
    jjhelmus authored Dec 9, 2025
    Configuration menu
    Copy the full SHA
    29c7b9a View commit details
    Browse the repository at this point in the history
Loading