singledispatchmethod should expose registry of all known overloads
Open
Nobody has claimed this yet.
3.11
stdlib
type-feature
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 42943 |
|---|---|
| Nosy | @ncoghlan, @methane, @ambv, @Kentzo, @hongweipeng, @AlexWaygood |
| 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 2021-01-16.21:46:19.079>
labels = ['type-feature', 'library', '3.11']
title = 'singledispatchmethod should expose registry of all known overloads'
updated_at = <Date 2021-12-09.15:14:16.576>
user = 'https://github.com/Kentzo'
bugs.python.org fields:
activity = <Date 2021-12-09.15:14:16.576>
actor = 'hongweipeng'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2021-01-16.21:46:19.079>
creator = 'Ilya.Kulakov'
dependencies = []
files = []
hgrepos = []
issue_num = 42943
keywords = ['patch']
message_count = 1.0
messages = ['385151']
nosy_count = 6.0
nosy_names = ['ncoghlan', 'methane', 'lukasz.langa', 'Ilya.Kulakov', 'hongweipeng', 'AlexWaygood']
pr_nums = ['30007']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue42943'
versions = ['Python 3.11']
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
Review pull request #30007 and the surrounding discussion for the proposed singledispatchmethod API. Done means the method exposes a registry containing all known overloads, with the expected behavior established by the existing proposal or tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100