Clean up the dtrace code and documentation for the hook is not using
未关闭
还没有人认领这个 Issue。
interpreter-core
type-bug
- 主要语言
- Python
- 星标
- 77.2k
- 派生
- 35.9k
- PR 合并指标
- PR 指标待抓取
描述
Bug report
Bug description:
8 years ago, @ambv add dtrace support in CPython in https://github.com/python/cpython/commit/a785c87d6eacbed81543a8afe3cb098fabb9610a
For now, after check the code, I think the point following below is not used in CPython code
- function__entry
- function__return
- instance__new__start
- instance__new__done
- instance__delete__start
- instance__delete__done
- line
I think we need to clean up the code and the document in https://docs.python.org/3/howto/instrumentation.html
cc @markshannon
CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
Linked PRs
- gh-126246
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先查看 CPython 的 DTrace 支持以及 docs.python.org/3/howto/instrumentation.html 上的 instrumentation HOWTO,重点关注其中列出的 hooks。开始前检查关联的 PR gh-126246;未使用的 hooks 及其文档得到一致处理即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- documentation, tooling
- Issue 类型
- 重构
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 25/100