[issue41273] asyncio: proactor read transport: use recv_into instead of recv

Yury Selivanov report at bugs.python.org
Tue Jul 14 15:41:39 EDT 2020


Yury Selivanov <yselivanov at gmail.com> added the comment:


New changeset 568fb0ff4aa641329261cdde20795b0aa9278175 by Tony Solomonik in branch 'master':
bpo-41273: asyncio's proactor read transport's better performance by using recv_into instead of recv (#21442)
https://github.com/python/cpython/commit/568fb0ff4aa641329261cdde20795b0aa9278175


----------
nosy: +yselivanov

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


More information about the Python-bugs-list mailing list