Richard Oudkerk added the comment:

I find that by adding the lines

            fileobj.raw.readinto = ss.recv_into
            fileobj.raw.read = ss.recv

the speed with makefile() is about 30% slower than with fdopen().

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18329>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to