[issue2601] [regression] reading from a urllib2 file descriptor happens byte-at-a-time

Gregory P. Smith report at bugs.python.org
Wed Apr 16 04:18:31 CEST 2008


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

I don't think the fix was acceptable.  Now python spins consuming all
cpu trying to read trivial amounts of data one byte at a time...

See the discusson at the end of http://bugs.python.org/issue1092502 as
well as a recent python-dev thread:

http://mail.python.org/pipermail/python-dev/2008-April/078613.html

----------
nosy: +gregory.p.smith

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


More information about the Python-bugs-list mailing list