inspect.is_decorator_call(frame)
Open
Nobody has claimed this yet.
3.8 (EOL)
stdlib
type-feature
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 36553 |
|---|---|
| Nosy | @1st1, @pablogsal, @smarie, @isidentical |
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-04-08.08:21:55.528>
labels = ['3.8', 'type-feature', 'library']
title = 'inspect.is_decorator_call(frame)'
updated_at = <Date 2020-01-07.08:26:54.681>
user = 'https://github.com/smarie'
bugs.python.org fields:
activity = <Date 2020-01-07.08:26:54.681>
actor = 'BTaskaya'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2019-04-08.08:21:55.528>
creator = 'smarie'
dependencies = []
files = []
hgrepos = []
issue_num = 36553
keywords = []
message_count = 2.0
messages = ['339599', '354385']
nosy_count = 4.0
nosy_names = ['yselivanov', 'pablogsal', 'smarie', 'BTaskaya']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue36553'
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 implementation file, test, or concrete behavior is named beyond the proposed inspect.is_decorator_call(frame) API and the Library component. Start by reading the linked BPO issue and the inspect module to determine what a decorator call should mean for a frame. Done requires an agreed API definition and tests covering the identified cases.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100