Add a StreamReaderBufferedProtocol
Open
stdlib
topic-asyncio
type-feature
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 41279 |
|---|---|
| Nosy | @asvetlov, @1st1, @tontinton |
| PRs |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee = None
closed_at = None
created_at = <Date 2020-07-11.16:23:40.362>
labels = ['expert-asyncio']
title = 'Add a StreamReaderBufferedProtocol'
updated_at = <Date 2020-08-29.21:19:22.551>
user = 'https://github.com/tontinton'
bugs.python.org fields:
activity = <Date 2020-08-29.21:19:22.551>
actor = 'tontinton'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['asyncio']
creation = <Date 2020-07-11.16:23:40.362>
creator = 'tontinton'
dependencies = []
files = []
hgrepos = []
issue_num = 41279
keywords = ['patch']
message_count = 2.0
messages = ['373526', '376079']
nosy_count = 3.0
nosy_names = ['asvetlov', 'yselivanov', 'tontinton']
pr_nums = ['21446', '21491']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue41279'
versions = []
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the asyncio component and the linked pull request #21446, which indicates that work is already underway. Review the issue's patch-review context and the existing StreamReader and protocol APIs; completion should provide the requested StreamReaderBufferedProtocol and resolve the open review work.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend, networking
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100