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 sbt
Recipients christian.heimes, felipecruz, giampaolo.rodola, gvanrossum, meador.inge, neologix, pitrou, rosslagerwall, sbt
Date 2013-01-08.23:13:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357686835.93.0.349875688591.issue16853@psf.upfronthosting.co.za>
In-reply-to
Content
> Richard, in Tulip's WSAPoll code, it reads:
>
>     class WindowsPollPollster(PollPollster):
>         """Pollster implementation using WSAPoll.
> 
>         WSAPoll is only available on Windows Vista and later.  Python
>         does not currently support WSAPoll, but there is a patch
>         available at http://bugs.python.org/issue16507.
>         """
> 
> Does this means that this code need the patch from issue #16507 to work?

Yes.

> Also, I've read something about IOCP: is this a replacement for
> WSAPoll, are there plans to get it merged at some point to python (and
> if yes, would the select module be a proper home for this)?

IOCP is not a replacement for WSAPoll (or select).  Among other things it is not possible to use the current ssl module with IOCP (although Twisted manages to use IOCP with PyOpenSSL).

Tulip should have IOCP support, so presumable when tulip is merged some support for IOCP will also be available in python.  But I am not convinced that the select module is the proper home.
History
Date User Action Args
2013-01-08 23:13:56sbtsetrecipients: + sbt, gvanrossum, pitrou, giampaolo.rodola, christian.heimes, meador.inge, neologix, rosslagerwall, felipecruz
2013-01-08 23:13:55sbtsetmessageid: <1357686835.93.0.349875688591.issue16853@psf.upfronthosting.co.za>
2013-01-08 23:13:55sbtlinkissue16853 messages
2013-01-08 23:13:55sbtcreate