This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Maxime Belanger
Recipients Maxime Belanger, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-12-12.00:00:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513036854.54.0.213398074469.issue32282@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-12-12 00:00:54Maxime Belangersetrecipients: + Maxime Belanger, paul.moore, tim.golden, zach.ware, steve.dower
2017-12-12 00:00:54Maxime Belangersetmessageid: <1513036854.54.0.213398074469.issue32282@psf.upfronthosting.co.za>
2017-12-12 00:00:54Maxime Belangerlinkissue32282 messages
2017-12-12 00:00:54Maxime Belangercreate