document that test.support.threading_cleanup() deliberately complains about dangling threads before calling gc_collect()
オープン
まだ誰も着手していません。
docs
tests
- 主要言語
- Python
- スター
- 77.2k
- フォーク
- 36k
- PR マージ指標
- PR 指標を取得中
説明
| BPO | 32850 |
|---|---|
| Nosy | @pitrou, @vstinner, @tiran, @ezio-melotti, @smurfix, @njsmith |
| 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-02-15.14:02:32.626>
labels = ['3.7', 'tests', 'performance']
title = 'Run gc_collect() before complaining about dangling threads'
updated_at = <Date 2018-03-27.22:34:22.807>
user = 'https://github.com/smurfix'
bugs.python.org fields:
activity = <Date 2018-03-27.22:34:22.807>
actor = 'njs'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Tests']
creation = <Date 2018-02-15.14:02:32.626>
creator = 'smurfix'
dependencies = []
files = ['47445', '47446']
hgrepos = []
issue_num = 32850
keywords = ['patch']
message_count = 9.0
messages = ['312206', '312207', '314547', '314548', '314552', '314553', '314554', '314555', '314558']
nosy_count = 6.0
nosy_names = ['pitrou', 'vstinner', 'christian.heimes', 'ezio.melotti', 'smurfix', 'njs']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'resource usage'
url = 'https://bugs.python.org/issue32850'
versions = ['Python 3.7']
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
CPython のテストサポートコードで test.support.threading_cleanup() と gc_collect() を検索します。周辺の実装と既存のドキュメントまたはテストを読んで、意図された順序と警告の動作を確認します。ドキュメントに、残存するスレッドが gc_collect() の呼び出し前に意図的に報告されることが明確に記載されていれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- testing-qa
- issue の種類
- ドキュメント
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100