Skip to content

bpo-32282: Remove incorrect gate for VersionHelpers.h in socketmodule.c on Windows#4805

Merged
zooba merged 4 commits into
python:masterfrom
maxbelanger:fix-xp-toolset
Jan 7, 2018
Merged

bpo-32282: Remove incorrect gate for VersionHelpers.h in socketmodule.c on Windows#4805
zooba merged 4 commits into
python:masterfrom
maxbelanger:fix-xp-toolset

Conversation

@maxbelanger

@maxbelanger maxbelanger commented Dec 12, 2017

Copy link
Copy Markdown
Contributor

_MSC_VER is insufficient to detect this header's presence, it's also important to ensure the XP-compatible toolset is not in use.

https://bugs.python.org/issue32282

`_MSC_VER` is insufficient to detect this header's presence, it's also important to ensure the XP-compatible toolset is not in use.
@maxbelanger maxbelanger changed the title bpo-32282: Properly gate the include of VersionHelpers.h on Windows bpo-32282: Remove incorrect gate for VersionHelpers.h in socketmodule.c on Windows Dec 12, 2017
@zooba zooba merged commit af11a15 into python:master Jan 7, 2018
@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @maxbelanger for the PR, and @zooba for merging it 🌮🎉.. I'm working now to backport this PR to: 3.6.
🐍🍒⛏🤖

@maxbelanger maxbelanger deleted the fix-xp-toolset branch October 26, 2018 23:08
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.

5 participants