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 vstinner
Recipients gvanrossum, paul.moore, steve.dower, tim.golden, vstinner, yselivanov, zach.ware
Date 2016-03-23.10:43:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458729832.02.0.462446337559.issue26618@psf.upfronthosting.co.za>
In-reply-to
Content
The code should be updated to use WSAStringToAddressW().

https://msdn.microsoft.com/en-us/library/windows/desktop/ms742214%28v=vs.85%29.aspx

Compilation warnings:

    20>..\Modules\overlapped.c(980): warning C4996: 'WSAStringToAddressA': Use WSAStringToAddressW() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [D:\buildarea\3.x.bolen-windows8\build\PCbuild\_overlapped.vcxproj]
    20>..\Modules\overlapped.c(991): warning C4996: 'WSAStringToAddressA': Use WSAStringToAddressW() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [D:\buildarea\3.x.bolen-windows8\build\PCbuild\_overlapped.vcxproj]
History
Date User Action Args
2016-03-23 10:43:52vstinnersetrecipients: + vstinner, gvanrossum, paul.moore, tim.golden, zach.ware, yselivanov, steve.dower
2016-03-23 10:43:52vstinnersetmessageid: <1458729832.02.0.462446337559.issue26618@psf.upfronthosting.co.za>
2016-03-23 10:43:51vstinnerlinkissue26618 messages
2016-03-23 10:43:51vstinnercreate