functools.partialmethod should look more like what it's impersonating.
Open
Nobody has claimed this yet.
3.7 (EOL)
stdlib
type-feature
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 30129 |
|---|---|
| Nosy | @smontanaro, @bitdancer, @aaronchall, @smarie, @tirkarthi |
| 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 2017-04-21.14:27:50.984>
labels = ['3.7', 'type-feature', 'library']
title = "functools.partialmethod should look more like what it's impersonating."
updated_at = <Date 2019-09-20.15:13:00.281>
user = 'https://github.com/smontanaro'
bugs.python.org fields:
activity = <Date 2019-09-20.15:13:00.281>
actor = 'smarie'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2017-04-21.14:27:50.984>
creator = 'skip.montanaro'
dependencies = []
files = ['46823', '46824']
hgrepos = []
issue_num = 30129
keywords = ['patch']
message_count = 6.0
messages = ['292050', '292051', '292070', '292088', '329348', '352854']
nosy_count = 5.0
nosy_names = ['skip.montanaro', 'r.david.murray', 'Aaron Hall', 'smarie', 'xtreak']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue30129'
versions = ['Python 3.7']
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 linked partial3.py and ft.diff, then locate functools.partialmethod and its existing tests. Confirm the intended behavior for making partialmethod resemble the callable it wraps; the issue provides no specific repository test path or detailed acceptance criteria.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100