bpo-44062: Fix PYTHON_FOR_BUILD interpreter lookup for cross-compile … by vfazio · Pull Request #25951 · python/cpython · GitHub
Skip to content

bpo-44062: Fix PYTHON_FOR_BUILD interpreter lookup for cross-compile …#25951

Closed
vfazio wants to merge 2 commits intopython:mainfrom
vfazio:issue44062
Closed

bpo-44062: Fix PYTHON_FOR_BUILD interpreter lookup for cross-compile …#25951
vfazio wants to merge 2 commits intopython:mainfrom
vfazio:issue44062

Conversation

@vfazio
Copy link
Copy Markdown
Contributor

@vfazio vfazio commented May 6, 2021

…builds

Previously, when running configure in a cross-compile scenario, the
PYTHON_FOR_BUILD interpreter could be set to python even if no python
is availble in PATH.

Now, configure will properly set PYTHON_FOR_BUILD based on what is
available in PATH or fail.

https://bugs.python.org/issue44062

@the-knights-who-say-ni
Copy link
Copy Markdown

@github-actions
Copy link
Copy Markdown

This PR is stale because it has been open for 30 days with no activity.

@github-actions github-actions Bot added the stale Stale PR or inactive for long period of time. label Jun 10, 2021
…builds

Previously, when running configure in a cross-compile scenario, the
PYTHON_FOR_BUILD interpreter could be set to python even if no python
is availble in PATH.

Now, configure will properly set PYTHON_FOR_BUILD based on what is
available in PATH or fail.
@vfazio
Copy link
Copy Markdown
Contributor Author

vfazio commented Apr 11, 2022

@vfazio vfazio closed this Apr 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting review stale Stale PR or inactive for long period of time.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants