Implementing sub-generation steps in the gc
未关闭
还没有人认领这个 Issue。
3.9 (EOL)
interpreter-core
type-feature
- 主要语言
- Python
- 星标
- 77.2k
- 派生
- 36k
- 平均合并
- 1 天 9 小时
- 30 天内合并 PR
- 558
描述
| BPO | 39143 |
|---|---|
| Nosy | @tim-one, @nascheme, @pablogsal, @nanjekyejoannah |
| Files |
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-12-27.21:35:04.084>
labels = ['interpreter-core', 'type-feature', '3.9']
title = 'Implementing sub-generation steps in the gc'
updated_at = <Date 2019-12-29.03:52:57.177>
user = 'https://github.com/pablogsal'
bugs.python.org fields:
activity = <Date 2019-12-29.03:52:57.177>
actor = 'pablogsal'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2019-12-27.21:35:04.084>
creator = 'pablogsal'
dependencies = []
files = ['48807', '48808']
hgrepos = []
issue_num = 39143
keywords = []
message_count = 16.0
messages = ['358916', '358947', '358949', '358950', '358951', '358955', '358958', '358959', '358960', '358962', '358963', '358971', '358972', '358973', '358976', '358977']
nosy_count = 4.0
nosy_names = ['tim.peters', 'nascheme', 'pablogsal', 'nanjekyejoannah']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue39143'
versions = ['Python 3.9']
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先查看链接的 BPO issue 39143,以及附件 vanilla-vs-buffered.png 和 diff-vanilla-buffered.png。该 issue 没有指定实现文件、测试或具体的完成标准,因此在选择入口点或定义何为完成之前,请先明确预期的 sub-generation 行为和范围。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- compilers
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 20/100