This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: asyncio: StreamReader should use bytearray for its internal buffer
Type: Stage:
Components: Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: gvanrossum, pitrou, vstinner, yselivanov
Priority: normal Keywords: needs review, patch

Created on 2014-02-04 17:40 by yselivanov, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
sr_ba_01.patch yselivanov, 2014-02-04 17:40
Messages (2)
msg210253 - (view) Author: Yury Selivanov (yselivanov) * (Python committer) Date: 2014-02-04 17:40
This issue on google code: https://code.google.com/p/tulip/issues/detail?id=124
msg211372 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2014-02-16 23:17
The issue has been fixed.

changeset:   88979:260d6e1e9b0f
user:        Yury Selivanov <yselivanov@sprymix.com>
date:        Wed Feb 05 18:11:13 2014 -0500
files:       Lib/asyncio/streams.py Lib/test/test_asyncio/test_streams.py
description:
asyncio.streams: Use bytebuffer in StreamReader; Add assertion in feed_data
History
Date User Action Args
2022-04-11 14:57:58adminsetgithub: 64710
2014-02-16 23:17:36vstinnersetstatus: open -> closed
resolution: fixed
messages: + msg211372
2014-02-04 17:40:30yselivanovcreate