CALL_FUNCTION_EX still mention an argument (flags) in Python 3.14
未关闭
还没有人认领这个 Issue。
3.14
docs
- 主要语言
- Python
- 星标
- 77.2k
- 派生
- 35.9k
- PR 合并指标
- PR 指标待抓取
描述
Documentation
https://docs.python.org/3.14/library/dis.html#opcode-CALL_FUNCTION_EX still references a flag value as argument to CALL_FUNCTION_EX while the argument was removed in https://github.com/python/cpython/pull/129226
Linked PRs
- gh-138126
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
打开 Python 3.14 dis 模块文档中 CALL_FUNCTION_EX 操作码的条目,并将其中对 flags 的引用与 PR 129226 中描述的更改进行比较。删除过时的参数引用,然后验证渲染后的文档不再将 flags 描述为 CALL_FUNCTION_EX 的参数。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- documentation
- Issue 类型
- 文档
- 难度
- 1/5
- 预计耗时
- 1 小时以内
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 25/100