PEP 563: drop annotations for complex assign targets
Open
Nobody has claimed this yet.
3.11
3.12
interpreter-core
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 42737 |
|---|---|
| Nosy | @gvanrossum, @serhiy-storchaka, @lysnikolaou, @pablogsal, @isidentical, @gousaiyang |
| 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-12-25.09:32:49.995>
labels = ['interpreter-core', '3.10']
title = 'PEP 563: drop annotations for complex assign targets'
updated_at = <Date 2021-04-25.02:59:46.169>
user = 'https://github.com/isidentical'
bugs.python.org fields:
activity = <Date 2021-04-25.02:59:46.169>
actor = 'BTaskaya'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2020-12-25.09:32:49.995>
creator = 'BTaskaya'
dependencies = []
files = []
hgrepos = []
issue_num = 42737
keywords = ['patch']
message_count = 20.0
messages = ['383729', '383773', '383798', '383800', '383811', '383813', '383814', '383817', '383819', '390661', '390665', '390739', '390788', '390873', '391543', '391544', '391545', '391546', '391832', '391833']
nosy_count = 6.0
nosy_names = ['gvanrossum', 'serhiy.storchaka', 'lys.nikolaou', 'pablogsal', 'BTaskaya', 'gousaiyang']
pr_nums = ['23952', '25511']
priority = 'normal'
resolution = None
stage = 'resolved'
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue42737'
versions = ['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
Start by reviewing the linked pull requests python/cpython#23952 and #25511, then consult BPO issue 42737 and its discussion. Confirm the intended Python 3.10 interpreter behavior for annotations on complex assignment targets and use the existing issue requirements to determine when the change is complete.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- compilers
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100