Issue 31364: Possible problem with PR #3377 (original) (raw)

Issue31364

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:52 admin set github: 75545
2017-09-06 14:20:14 denis-osipov set status: open -> closedresolution: fixedstage: resolved
2017-09-06 11:10:36 pitrou set nosy: + pitroumessages: +
2017-09-06 10:40:14 pitrou set nosy: + benjamin.peterson
2017-09-06 08:10:41 denis-osipov set pull_requests: + <pull%5Frequest3391>
2017-09-06 08:07:47 denis-osipov create