Thanks to visit codestin.com
Credit goes to github.com

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: bazel-contrib/rules_python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.5.3
Choose a base ref
...
head repository: bazel-contrib/rules_python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.5.4
Choose a head ref
  • 1 commit
  • 2 files changed
  • 3 contributors

Commits on Aug 28, 2025

  1. backport: PR#3178 to 1.5 (#3217)

    fix(local_runtime): Search for libs in sys._base_executable when
    available. (#3178)
        
    Search directory for libraries should look in the same directory as
    sys._base_executable. Since sys._base_executable may be unset, fallback
    to sys.executable
        
    Found this when trying to build using a venv for
    [tensorstore](https://github.com/google/tensorstore) on Windows:
        * Github CI uses nuget to download Python.
        * Build sets up a Python venv.
        
    The venv does not include all the lib directories required to link an
    extension.
        
    Fixes #3172
        
    ---------
        
    Co-authored-by: Richard Levasseur <[email protected]>
    
    ---------
    
    Co-authored-by: Laramie Leavitt <[email protected]>
    Co-authored-by: Richard Levasseur <[email protected]>
    3 people authored Aug 28, 2025
    Configuration menu
    Copy the full SHA
    019fb4b View commit details
    Browse the repository at this point in the history
Loading