[issue16507] Patch selectmodule.c to support WSAPoll on Windows

Charles-François Natali report at bugs.python.org
Tue Jan 22 17:06:31 CET 2013


Charles-François Natali added the comment:

> For SOCK_STREAM, yes, not for SOCK_DGRAM (or for a pipe when trying to
> write more than PIPE_BUF, although I guess any sensible implementation
> doesn't report the pipe write ready if there's less than PIPE_BUF
> space left).

That should be of course "when trying to write LESS than PIPE_BUF",
since it's required to be atomic.

----------

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


More information about the Python-bugs-list mailing list