`dis.findlabels()` should accept a code object
Open
Nobody has claimed this yet.
3.9 (EOL)
stdlib
type-feature
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 40169 |
|---|---|
| Nosy | @serhiy-storchaka, @laike9m |
| 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-04-03.08:50:08.184>
labels = ['type-bug', 'library', '3.9']
title = '`dis.findlabels()` should accept a code object'
updated_at = <Date 2020-04-04.07:26:38.941>
user = 'https://github.com/laike9m'
bugs.python.org fields:
activity = <Date 2020-04-04.07:26:38.941>
actor = 'laike9m'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2020-04-03.08:50:08.184>
creator = 'laike9m'
dependencies = []
files = []
hgrepos = []
issue_num = 40169
keywords = ['patch']
message_count = 1.0
messages = ['365684']
nosy_count = 2.0
nosy_names = ['serhiy.storchaka', 'laike9m']
pr_nums = ['19356']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue40169'
versions = ['Python 3.9']
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 at the dis.findlabels entry point and review the existing python/cpython#19356 pull request, which is listed in the issue. Done means dis.findlabels accepts a code object as input while preserving its existing behavior for other supported inputs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 20/100