[issue2632] performance problem in socket._fileobject.read

Gregory P. Smith report at bugs.python.org
Mon May 5 21:21:00 CEST 2008


Gregory P. Smith <greg at krypto.org> added the comment:

I'm glad i put that assert in...  The problem occurs due to a mixture of
fixed size reads followed by unbounded readlines on an unbuffered
_fileobject.  A case that the code currently doesn't handle.  I'm fixing it.

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2632>
__________________________________


More information about the Python-bugs-list mailing list