change representation of match as / capture as `Name(..., ctx=Store())`
Open
Nobody has claimed this yet.
3.10
interpreter-core
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 43994 |
|---|---|
| Nosy | @gvanrossum, @ncoghlan, @asottile, @brandtbucher, @freundTech, @cdce8p |
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 2021-04-30.22:49:51.192>
labels = ['3.10']
title = 'change representation of match as / capture as `Name(..., ctx=Store())`'
updated_at = <Date 2021-08-08.10:38:09.417>
user = 'https://github.com/asottile'
bugs.python.org fields:
activity = <Date 2021-08-08.10:38:09.417>
actor = 'cdce8p'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = []
creation = <Date 2021-04-30.22:49:51.192>
creator = 'Anthony Sottile'
dependencies = []
files = []
hgrepos = []
issue_num = 43994
keywords = []
message_count = 10.0
messages = ['392531', '392547', '392548', '392552', '392562', '392565', '392566', '392568', '392571', '392612']
nosy_count = 6.0
nosy_names = ['gvanrossum', 'ncoghlan', 'Anthony Sottile', 'brandtbucher', 'freundTech', 'cdce8p']
pr_nums = []
priority = 'high'
resolution = None
stage = None
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue43994'
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 with the linked BPO issue 43994 and review its discussion about the representation of match and capture patterns. The issue names no files or tests, so identify the affected AST implementation and coverage first; done means the requested representations are implemented with corresponding tests passing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- compilers
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100