Message308081
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. |
|
Date |
User |
Action |
Args |
2017-12-12 00:00:54 | Maxime Belanger | set | recipients:
+ Maxime Belanger, paul.moore, tim.golden, zach.ware, steve.dower |
2017-12-12 00:00:54 | Maxime Belanger | set | messageid: <1513036854.54.0.213398074469.issue32282@psf.upfronthosting.co.za> |
2017-12-12 00:00:54 | Maxime Belanger | link | issue32282 messages |
2017-12-12 00:00:54 | Maxime Belanger | create | |
|