[Zope3-dev] Zope3 vs CVS Python

Guido van Rossum guido@python.org
Wed, 07 Aug 2002 11:52:22 -0400


> [Tres Seaver]
> > Hmm, it looks as though when 'count' is 1, then no pipelining will be
> > done at all;  the connection will be closed "normally".
> 
> Guido has a good handle on this now, so everyone else (including me <wink>)
> can rest easy.  It turns out there are gross problems in some code
> contributed for 2.3 that affects sockets only on some non-Unix platforms.
> In effect, it became impossible to get unbuffered semantics on these
> platforms, and that's why the pipelining test fails in Windows under CVS
> Python.  Looks fixable!

I've checked in the fix to socket.py.  Please check it out!

--Guido van Rossum (home page: http://www.python.org/~guido/)