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-35952: Fix pythoninfo when the compiler is missing #13007

Merged
merged 2 commits into from Apr 29, 2019

Conversation

xdegaye
Copy link
Contributor

@xdegaye xdegaye commented Apr 29, 2019

Lib/test/pythoninfo.py Outdated Show resolved Hide resolved
Lib/test/pythoninfo.py Outdated Show resolved Hide resolved
@xdegaye xdegaye changed the title bpo-35952: pythoninfo prints the compiler name bpo-35952: Fix pythoninfo when the compiler is missing Apr 29, 2019
Fix the previous changes:
* CC is already logged as sysconfig[CC].
* Catch OSError.
@vstinner vstinner merged commit a86e064 into python:master Apr 29, 2019
@vstinner
Copy link
Member

vstinner commented Apr 29, 2019

Thanks for the fix Xavier. I backported latest pythoninfo changes (not only this one) to 2.7 and 3.7 branches.

@xdegaye xdegaye deleted the bpo-35952 branch Dec 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants