Add _PyEval_SetTrace(tstate, func, arg) function
Open
Nobody has claimed this yet.
3.9 (EOL)
interpreter-core
type-feature
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 558
Description
| BPO | 35370 |
|---|---|
| Nosy | @vstinner, @fabioz |
| 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 2018-12-01.10:40:37.422>
labels = ['interpreter-core', 'type-feature', '3.9']
title = 'Add _PyEval_SetTrace(tstate, func, arg) function'
updated_at = <Date 2020-03-16.19:01:40.756>
user = 'https://github.com/fabioz'
bugs.python.org fields:
activity = <Date 2020-03-16.19:01:40.756>
actor = 'fabioz'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2018-12-01.10:40:37.422>
creator = 'fabioz'
dependencies = []
files = []
hgrepos = []
issue_num = 35370
keywords = ['patch']
message_count = 21.0
messages = ['330849', '364081', '364082', '364085', '364086', '364087', '364088', '364092', '364093', '364097', '364098', '364100', '364101', '364102', '364109', '364337', '364341', '364342', '364344', '364350', '364353']
nosy_count = 2.0
nosy_names = ['vstinner', 'fabioz']
pr_nums = ['18975', '18977', '19029']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue35370'
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 reviewing BPO 35370 and PRs #18975, #18977, and #19029, then trace the existing interpreter tracing entry points related to _PyEval_SetTrace(tstate, func, arg). Done means the requested function is added as an interpreter-core change for Python 3.9.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100