Race conditions in Tkinter with non-threaded Tcl
未关闭
还没有人认领这个 Issue。
3.7 (EOL)
3.8 (EOL)
topic-tkinter
type-crash
- 主要语言
- Python
- 星标
- 77.2k
- 派生
- 36k
- 平均合并
- 1 天 9 小时
- 30 天内合并 PR
- 558
描述
| BPO | 33257 |
|---|---|
| Nosy | @terryjreedy, @roseman, @serhiy-storchaka, @native-api |
| PRs | |
| 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 2018-04-10.16:41:09.432>
labels = ['3.8', '3.7', 'expert-tkinter', 'type-crash']
title = 'Race conditions in Tkinter with non-threaded Tcl'
updated_at = <Date 2018-10-27.23:10:44.251>
user = 'https://github.com/native-api'
bugs.python.org fields:
activity = <Date 2018-10-27.23:10:44.251>
actor = 'terry.reedy'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Tkinter']
creation = <Date 2018-04-10.16:41:09.432>
creator = 'Ivan.Pozdeev'
dependencies = []
files = ['47529', '47530', '47536', '47561', '47565', '47566', '47620']
hgrepos = []
issue_num = 33257
keywords = ['patch']
message_count = 29.0
messages = ['315172', '315271', '315283', '315285', '315286', '315304', '315878', '315899', '316087', '316089', '316092', '316093', '316095', '316096', '316097', '316098', '316099', '316100', '316103', '316105', '316106', '316241', '316265', '316418', '316451', '316689', '316921', '317875', '328662']
nosy_count = 5.0
nosy_names = ['terry.reedy', 'markroseman', 'PythonInTheGrass', 'serhiy.storchaka', 'Ivan.Pozdeev']
pr_nums = ['6444', '6972', '6990']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'crash'
url = 'https://bugs.python.org/issue33257'
versions = ['Python 2.7', 'Python 3.6', 'Python 3.7', 'Python 3.8']
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
先从提供的复现程序 TkinterCrash2-2.py、TkinterCrash3-2-2.py 和 test_threads_tk.py 开始,然后阅读 TkinterHanders.py 和 TkinterHanders3.py。在进行更改之前,先检查现有的 pull request 6444、6972 和 6990。该 issue 正处于补丁审查阶段,因此完成这项工作需要解决报告的竞态问题并验证复现案例。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- desktop
- Issue 类型
- 缺陷
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 20/100