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

bpo-32059: detect_modules() in setup.py now also searches the sysroot… #4452

Merged
merged 2 commits into from
Nov 25, 2017
Merged

bpo-32059: detect_modules() in setup.py now also searches the sysroot… #4452

merged 2 commits into from
Nov 25, 2017

Conversation

xdegaye
Copy link
Contributor

@xdegaye xdegaye commented Nov 18, 2017

… paths when cross-compiling

https://bugs.python.org/issue32059

When cross-compiling the sysconfig module uses the newly built
sysconfigdata file since setup.py is run with the
_PYTHON_SYSCONFIGDATA_NAME environment variable set to its file name
(see 92dec54).
@xdegaye xdegaye merged commit 77f5139 into python:master Nov 25, 2017
@miss-islington
Copy link
Contributor

Thanks @xdegaye for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6.
🐍🍒⛏🤖

@xdegaye xdegaye deleted the bpo-32059 branch November 25, 2017 16:25
@bedevere-bot
Copy link

GH-4562 is a backport of this pull request to the 3.6 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Nov 25, 2017
detect_modules() in setup.py now also searches the sysroot paths when
cross-compiling.
(cherry picked from commit 77f5139)
xdegaye pushed a commit that referenced this pull request Nov 25, 2017
)

detect_modules() in setup.py now also searches the sysroot paths when
cross-compiling.
(cherry picked from commit 77f5139)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants