shutil.rmtree will frequently fail on Windows under heavy load due to racy deletion
オープン
まだ誰も着手していません。
3.9 (EOL)
OS-windows
- 主要言語
- Python
- スター
- 77.2k
- フォーク
- 36k
- 平均マージ
- 1日 9時間
- マージ済み PR(30日)
- 558
説明
| BPO | 40143 |
|---|---|
| Nosy | @pfmoore, @tjguk, @zware, @eryksun, @zooba, @ariccio |
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 2020-04-01.22:15:23.057>
labels = ['3.9', 'OS-windows']
title = 'shutil.rmtree will frequently fail on Windows under heavy load due to racy deletion'
updated_at = <Date 2020-04-03.13:09:32.817>
user = 'https://github.com/ariccio'
bugs.python.org fields:
activity = <Date 2020-04-03.13:09:32.817>
actor = 'eryksun'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Windows']
creation = <Date 2020-04-01.22:15:23.057>
creator = 'Alexander Riccio'
dependencies = []
files = []
hgrepos = []
issue_num = 40143
keywords = []
message_count = 3.0
messages = ['365520', '365686', '365697']
nosy_count = 6.0
nosy_names = ['paul.moore', 'tim.golden', 'zach.ware', 'eryksun', 'steve.dower', 'Alexander Riccio']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue40143'
versions = ['Python 3.9']
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
エントリーポイントはshutil.rmtreeです。まずそのWindowsでの動作とリンク先のBPO 40143レポートを読み、その後、高負荷下で競合状態が発生しやすい削除を調査します。完了の条件は、そのWindowsシナリオでrmtreeが頻繁に失敗しなくなることです。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- operating-systems
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 35/100