asyncio.gather() cancelled() always False
Open
Nobody has claimed this yet.
3.8 (EOL)
topic-asyncio
type-feature
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 558
Description
| BPO | 40894 |
|---|---|
| Nosy | @asvetlov, @cjrh, @1st1, @aeros, @timmwagener, @sparkyb |
| PRs | |
| Files |
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-06-06.22:13:50.993>
labels = ['type-feature', '3.8', 'expert-asyncio']
title = 'asyncio.gather() cancelled() always False'
updated_at = <Date 2021-03-21.00:05:17.747>
user = 'https://github.com/timmwagener'
bugs.python.org fields:
activity = <Date 2021-03-21.00:05:17.747>
actor = 'sparkyb'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['asyncio']
creation = <Date 2020-06-06.22:13:50.993>
creator = 'timmwagener'
dependencies = []
files = ['49895']
hgrepos = []
issue_num = 40894
keywords = ['patch']
message_count = 12.0
messages = ['370855', '370864', '370867', '370868', '370874', '370886', '370905', '371436', '371439', '371441', '371448', '389202']
nosy_count = 6.0
nosy_names = ['asvetlov', 'cjrh', 'yselivanov', 'aeros', 'timmwagener', 'sparkyb']
pr_nums = ['20686']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue40894'
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
Start by reading the asyncio gather.py file linked in the issue and the existing python/cpython#20686 pull request. Trace the gather() entry point and its cancellation behavior; the work is done when the intended cancelled() behavior is established and covered by the relevant asyncio tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100