Combining typing.get_type_hints and inspect.signature
Open
Nobody has claimed this yet.
topic-typing
type-feature
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 37923 |
|---|---|
| Nosy | @ericsnowcurrently, @1st1, @ilevkivskyi, @JelleZijlstra, @dmontagu |
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-08-23.05:44:01.577>
labels = ['type-feature', '3.7']
title = 'Combining typing.get_type_hints and inspect.signature'
updated_at = <Date 2021-05-03.01:04:40.418>
user = 'https://github.com/dmontagu'
bugs.python.org fields:
activity = <Date 2021-05-03.01:04:40.418>
actor = 'larry'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = []
creation = <Date 2019-08-23.05:44:01.577>
creator = 'dmontague'
dependencies = []
files = []
hgrepos = []
issue_num = 37923
keywords = []
message_count = 4.0
messages = ['350248', '350271', '392725', '392754']
nosy_count = 5.0
nosy_names = ['eric.snow', 'yselivanov', 'levkivskyi', 'JelleZijlstra', 'dmontague']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue37923'
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
The issue names typing.get_type_hints and inspect.signature but provides no target files, tests, or concrete requested behavior. Start by clarifying the intended combined API and locating the relevant CPython implementation; done must be defined by an agreed behavior and corresponding coverage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- developer-experience
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 18/100