describe PyEval_CallObjectWithKeywords and its replacement
Open
Nobody has claimed this yet.
3.9 (EOL)
topic-C-API
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 42181 |
|---|---|
| Nosy | @jdemeyer, @jwuttke |
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-10-28.14:18:31.385>
labels = ['expert-C-API', '3.9']
title = 'describe PyEval_CallObjectWithKeywords and its replacement'
updated_at = <Date 2020-10-28.14:18:31.385>
user = 'https://github.com/jwuttke'
bugs.python.org fields:
activity = <Date 2020-10-28.14:18:31.385>
actor = 'jwuttke'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['C API']
creation = <Date 2020-10-28.14:18:31.385>
creator = 'jwuttke'
dependencies = []
files = []
hgrepos = []
issue_num = 42181
keywords = []
message_count = 1.0
messages = ['379828']
nosy_count = 2.0
nosy_names = ['jdemeyer', 'jwuttke']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue42181'
versions = ['Python 3.9']
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 locating the C API documentation entry for PyEval_CallObjectWithKeywords and identifying its replacement, then review the surrounding reference text. Done means the API documentation describes both the function and replacement clearly; no specific file or test is named in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c, python
- Domain
- api, documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100