[issue40007] An attempt to make asyncio.transport.writelines (selector) use Scatter I/O

tzickel report at bugs.python.org
Thu Mar 19 02:47:39 EDT 2020


tzickel <icebreak at yahoo.com> added the comment:

BTW, if wanted a much more simpler PR can be made, where writelines simply calls sendmsg on the input if no buffer exists, and if not only then concats and acts like the current code base.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40007>
_______________________________________


More information about the Python-bugs-list mailing list