Issue 28370: Speedup asyncio.StreamReader.readexactly - Python tracker (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/72556

classification

Title: Speedup asyncio.StreamReader.readexactly
Type: performance Stage: resolved
Components: asyncio Versions: Python 3.7, Python 3.6, Python 3.5

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: yselivanov Nosy List: gvanrossum, python-dev, yselivanov
Priority: normal Keywords:

Created on 2016-10-05 21:59 by yselivanov, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 552 closed dstufft,2017-03-31 16:36
Messages (2)
msg278154 - (view) Author: Yury Selivanov (yselivanov) * (Python committer) Date: 2016-10-05 21:59
Proxy for https://github.com/python/asyncio/pull/395
msg278155 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-10-05 22:15
New changeset b3ef922e6f26 by Yury Selivanov in branch '3.5': Issue #28370: Speedup asyncio.StreamReader.readexactly https://hg.python.org/cpython/rev/b3ef922e6f26 New changeset b76553de3a29 by Yury Selivanov in branch '3.6': Merge 3.5 (issue #28370) https://hg.python.org/cpython/rev/b76553de3a29 New changeset 5913c2b1d80a by Yury Selivanov in branch 'default': Merge 3.6 (issue #28370) https://hg.python.org/cpython/rev/5913c2b1d80a
History
Date User Action Args
2022-04-11 14:58:37 admin set github: 72556
2017-03-31 16:36:32 dstufft set pull_requests: + <pull%5Frequest1056>
2016-10-05 22:15:47 python-dev set nosy: + python-devmessages: +
2016-10-05 21:59:58 yselivanov set status: open -> closedresolution: fixed
2016-10-05 21:59:50 yselivanov create