Generator and coroutine repr could be more helpful
Open
Nobody has claimed this yet.
3.8 (EOL)
interpreter-core
type-feature
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 32469 |
|---|---|
| Nosy | @pitrou, @benjaminp, @serhiy-storchaka, @1st1, @tarasmatsyk |
| 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 2017-12-31.19:53:29.096>
labels = ['interpreter-core', 'type-feature', '3.8']
title = 'Generator and coroutine repr could be more helpful'
updated_at = <Date 2018-06-11.07:52:58.314>
user = 'https://github.com/pitrou'
bugs.python.org fields:
activity = <Date 2018-06-11.07:52:58.314>
actor = 'serhiy.storchaka'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2017-12-31.19:53:29.096>
creator = 'pitrou'
dependencies = []
files = []
hgrepos = []
issue_num = 32469
keywords = ['patch']
message_count = 3.0
messages = ['309302', '309315', '319280']
nosy_count = 5.0
nosy_names = ['pitrou', 'benjamin.peterson', 'serhiy.storchaka', 'yselivanov', 'tarasmatsyk']
pr_nums = ['5068']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue32469'
versions = ['Python 3.8']
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
No files or tests are named in the issue; start by reviewing PR #5068 and the linked BPO issue, then locate the interpreter-core implementation and tests for generator and coroutine repr. Done means the requested repr improvement is implemented and covered by the relevant tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100