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 amaury.forgeotdarc, brian.curtin, neologix, pitrou, python-dev, vstinner
Date 2011-08-28.14:32:28
SpamBayes Score 1.7132741e-05
Marked as misclassified No
Message-id <1314541950.05.0.61820657134.issue12287@psf.upfronthosting.co.za>
In-reply-to
Content
The _socket module doesn't compile anymore on Windows:


Build started: Project: _socket, Configuration: Debug|Win32
Compiling...
socketmodule.c
29>..\Modules\socketmodule.c(1649) : warning C4013: '_PyIsSelectable_fd' undefined; assuming extern returning int
Linking...
   Creating library d:\cygwin\home\db3l\buildarea\2.7.bolen-windows\build\PCbuild\\_socket_d.lib and object d:\cygwin\home\db3l\buildarea\2.7.bolen-windows\build\PCbuild\\_socket_d.exp
socketmodule.obj : error LNK2019: unresolved external symbol __PyIsSelectable_fd referenced in function _sock_accept
d:\cygwin\home\db3l\buildarea\2.7.bolen-windows\build\PCbuild\\_socket_d.pyd : fatal error LNK1120: 1 unresolved externals
Build log was saved at "file://d:\cygwin\home\db3l\buildarea\2.7.bolen-windows\build\PCbuild\Win32-temp-Debug\_socket\BuildLog.htm"
_socket - 2 error(s), 1 warning(s)
History
Date User Action Args
2011-08-28 14:32:30vstinnersetrecipients: + vstinner, amaury.forgeotdarc, pitrou, brian.curtin, neologix, python-dev
2011-08-28 14:32:30vstinnersetmessageid: <1314541950.05.0.61820657134.issue12287@psf.upfronthosting.co.za>
2011-08-28 14:32:29vstinnerlinkissue12287 messages
2011-08-28 14:32:28vstinnercreate