]> granicus.if.org Git - python/commit
bpo-35589: Prevent buffer copy in sock_sendall() (GH-11418)
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Thu, 16 May 2019 13:30:16 +0000 (16:30 +0300)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 16 May 2019 13:30:16 +0000 (06:30 -0700)
commit6e7890028213b30939327e7cf885bf097fc14472
tree4a62f057bced495625105727114790a358dbdada
parentbfba8c373e362d48d4ee0e0cf55b8d9c169344ae
bpo-35589: Prevent buffer copy in sock_sendall() (GH-11418)

No NEWs is needed since the problem was introduced on master only and never released.

https://bugs.python.org/issue35589
Lib/asyncio/selector_events.py