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.

classification
Title: Possible problem with PR #3377
Type: compile error Stage: resolved
Components: Windows Versions: Python 3.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: benjamin.peterson, denis-osipov, paul.moore, pitrou, steve.dower, tim.golden, zach.ware
Priority: normal Keywords:

Created on 2017-09-06 08:07 by denis-osipov, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
output.txt denis-osipov, 2017-09-06 08:07 Output with warnings and errors
Pull Requests
URL Status Linked Edit
PR 3377 denis-osipov, 2017-09-06 08:10
Messages (2)
msg301455 - (view) Author: Denis Osipov (denis-osipov) * Date: 2017-09-06 08:07
It looks like last PR #3377 changing pytime.c (adding #include <winsock2.h>) causing problem with compilation. Now on my Win10 i have multiple warnings and errors about ws2def.h, winsock.h and winsock2.h (see attached file).
msg301459 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2017-09-06 11:10
AppVeyor breaks as well:
https://ci.appveyor.com/project/python/cpython/build/3.7.0a0.5986#L200
History
Date User Action Args
2022-04-11 14:58:52adminsetgithub: 75545
2017-09-06 14:20:14denis-osipovsetstatus: open -> closed
resolution: fixed
stage: resolved
2017-09-06 11:10:36pitrousetnosy: + pitrou
messages: + msg301459
2017-09-06 10:40:14pitrousetnosy: + benjamin.peterson
2017-09-06 08:10:41denis-osipovsetpull_requests: + pull_request3391
2017-09-06 08:07:47denis-osipovcreate