◐ Shell
reader mode source ↗
Skip to content

[2.7] bpo-30342: Fix sysconfig.is_python_build() on VS9.0#1544

Merged
vstinner merged 1 commit into
python:2.7from
vstinner:is_python_build_27
May 12, 2017
Merged

[2.7] bpo-30342: Fix sysconfig.is_python_build() on VS9.0#1544
vstinner merged 1 commit into
python:2.7from
vstinner:is_python_build_27

Conversation

@vstinner

Copy link
Copy Markdown
Member

Fix sysconfig.is_python_build() if Python is built with Visual Studio 2008 (VS 9.0).

@vstinner vstinner changed the title bpo-30342: Fix sysconfig.is_python_build() on VS9.0 May 11, 2017
@vstinner vstinner requested review from zooba and zware May 11, 2017 14:33
@vstinner

Copy link
Copy Markdown
Member Author

cc @jkloth

Fix sysconfig.is_python_build() if Python is built with Visual Studio
2008 (VS 9.0).
@vstinner

Copy link
Copy Markdown
Member Author

I replaced .startswith("vs") with == "vs9.0" to only modify the behaviour on VS 2008 since I'm unable to test older VS versions. I only care of VS 2008.

@vstinner vstinner merged commit f2e894c into python:2.7 May 12, 2017
@vstinner vstinner deleted the is_python_build_27 branch May 12, 2017 09:31
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.

3 participants