[issue32282] When using a Windows XP compatible toolset, `socketmodule.c` fails to build

Maxime Belanger report at bugs.python.org
Mon Dec 11 19:00:54 EST 2017


New submission from Maxime Belanger <max at dropbox.com>:

If Python is built using the Windows XP "variant" of the toolset (e.g. `v140_xp`), build errors can occur in `socketmodule.c`. This is due to the include of `VersionHelpers.h` being gated on `_MSC_VER`, which "lies" if `v140_xp` is in use.

We'll be contributing our patch to this issue here.

----------
components: Windows
messages: 308081
nosy: Maxime Belanger, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: When using a Windows XP compatible toolset, `socketmodule.c` fails to build
versions: Python 3.5, Python 3.6, Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32282>
_______________________________________


More information about the Python-bugs-list mailing list