inspecting a partial with bound keywords gives incorrect signature
Open
Nobody has claimed this yet.
3.8 (EOL)
stdlib
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 39753 |
|---|---|
| Nosy | @cjw296, @cdonovick, @idomic |
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-02-25.18:42:14.557>
labels = ['3.8', 'library']
title = 'inspecting a partial with bound keywords gives incorrect signature'
updated_at = <Date 2020-03-02.07:30:17.579>
user = 'https://github.com/cjw296'
bugs.python.org fields:
activity = <Date 2020-03-02.07:30:17.579>
actor = 'cjw296'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2020-02-25.18:42:14.557>
creator = 'cjw296'
dependencies = []
files = []
hgrepos = []
issue_num = 39753
keywords = []
message_count = 4.0
messages = ['362656', '362657', '363084', '363132']
nosy_count = 3.0
nosy_names = ['cjw296', 'donovick', 'Ido Michael']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue39753'
versions = ['Python 3.8']
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
No source file or test is identified in the issue. Reproduce the incorrect signature for a partial with bound keywords, then locate the relevant Python introspection entry point and add regression coverage once the expected signature is established.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100