[issue28370] Speedup asyncio.StreamReader.readexactly

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +1056 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue28370] Speedup asyncio.StreamReader.readexactly

2016-10-05 Thread Roundup Robot
Roundup Robot added the comment: 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.p

[issue28370] Speedup asyncio.StreamReader.readexactly

2016-10-05 Thread Yury Selivanov
Changes by Yury Selivanov : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue28370] Speedup asyncio.StreamReader.readexactly

2016-10-05 Thread Yury Selivanov
New submission from Yury Selivanov: Proxy for https://github.com/python/asyncio/pull/395 -- assignee: yselivanov components: asyncio messages: 278154 nosy: gvanrossum, yselivanov priority: normal severity: normal stage: resolved status: open title: Speedup asyncio.StreamReader.readexactl