readline timeout too long for async gfx use
Open
Nobody has claimed this yet.
3.10
3.11
3.12
extension-modules
performance
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 35243 |
|---|---|
| Nosy | @Yhg1s, @pmp-p |
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 2018-11-14.08:08:28.573>
labels = ['extension-modules', '3.8', '3.9', '3.10', 'performance']
title = 'readline timeout too long for async gfx use'
updated_at = <Date 2020-09-14.23:11:05.822>
user = 'https://github.com/pmp-p'
bugs.python.org fields:
activity = <Date 2020-09-14.23:11:05.822>
actor = 'pmpp'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2018-11-14.08:08:28.573>
creator = 'pmpp'
dependencies = []
files = []
hgrepos = []
issue_num = 35243
keywords = []
message_count = 1.0
messages = ['329891']
nosy_count = 2.0
nosy_names = ['twouters', 'pmpp']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'performance'
url = 'https://bugs.python.org/issue35243'
versions = ['Python 3.8', 'Python 3.9', 'Python 3.10']
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
The issue names no source files or tests and only reports that readline's timeout is too long for asynchronous graphics use. Start by reviewing the original BPO issue 35243 and the readline extension's timeout handling; establish the expected behavior and add regression coverage for the reported async graphics case.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli, performance
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100