[issue3890] ssl.SSLSocket.recv() implementation may not work with non-blocking sockets

Bill Janssen report at bugs.python.org
Thu Dec 4 19:21:27 CET 2008


Bill Janssen <bill.janssen at gmail.com> added the comment:

Thanks for the patch.  It looks pretty good to me, but I can't help
thinking that there must be a better way of handling the recv() case; I
don't like copying that buffer several times (from the SSL code to
Python, from the Python to the buffer).

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


More information about the Python-bugs-list mailing list