[issue26721] Avoid socketserver.StreamRequestHandler.wfile doing partial writes

STINNER Victor report at bugs.python.org
Thu Apr 14 08:42:31 EDT 2016


STINNER Victor added the comment:

FYI I recently worked on a issue with partial write in eventlet on Python 3:
* https://github.com/eventlet/eventlet/issues/274
* https://github.com/eventlet/eventlet/issues/295

By the way, I opened #26292 "Raw I/O writelines() broken for non-blocking I/O" as a follow-up of the eventlet issue.

----------

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


More information about the Python-bugs-list mailing list