[New-bugs-announce] [issue16295] With VS2010 the select extension links against wsock32 instead of ws2_32

Richard Oudkerk report at bugs.python.org
Sun Oct 21 19:21:22 CEST 2012


New submission from Richard Oudkerk:

Using VS2010 _socket links against ws2_32.lib but select links against wsock32.lib.

Using VS2008 both extensions link against ws2_32.lib.  It appears that the conversion to VS2010 caused the regression.

(Compare #10295 and #11750.)

----------
messages: 173463
nosy: kristjan.jonsson, sbt
priority: normal
severity: normal
stage: needs patch
status: open
title: With VS2010 the select extension links against wsock32 instead of ws2_32
type: resource usage
versions: Python 3.3, Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16295>
_______________________________________


More information about the New-bugs-announce mailing list