Review performance of inspect.getfullargspec
Open
Nobody has claimed this yet.
3.12
performance
stdlib
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 37010 |
|---|---|
| Nosy | @ncoghlan, @1st1, @hroncok, @pablogsal |
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 2019-05-22.12:19:41.727>
labels = ['performance']
title = 'Review performance of inspect.getfullargspec'
updated_at = <Date 2019-05-22.16:13:47.599>
user = 'https://github.com/ncoghlan'
bugs.python.org fields:
activity = <Date 2019-05-22.16:13:47.599>
actor = 'pablogsal'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = []
creation = <Date 2019-05-22.12:19:41.727>
creator = 'ncoghlan'
dependencies = []
files = []
hgrepos = []
issue_num = 37010
keywords = []
message_count = 2.0
messages = ['343186', '343202']
nosy_count = 5.0
nosy_names = ['ncoghlan', 'zzzeek', 'yselivanov', 'hroncok', 'pablogsal']
pr_nums = []
priority = 'normal'
resolution = None
stage = 'needs patch'
status = 'open'
superseder = None
type = 'performance'
url = 'https://bugs.python.org/issue37010'
versions = []
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
The issue names inspect.getfullargspec but no file, test, or benchmark. Start by locating that function in CPython and establish a reproducible performance baseline; done means the review has a measured conclusion and any resulting change is validated.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- performance
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100