Add race-free os.link and os.symlink wrapper / helper
未關閉
還沒有人認領這個 Issue。
3.9 (EOL)
stdlib
type-feature
- 主要語言
- Python
- 星號
- 77.2k
- 分支
- 36k
- PR 合併指標
- PR 指標待擷取
描述
| BPO | 36656 |
|---|---|
| Nosy | @taleinat, @rbtcollins, @abadger, @serhiy-storchaka, @eryksun, @aixtools, @HaleTom, @Jongy |
| PRs |
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-04-18.08:44:47.900>
labels = ['type-feature', 'library', '3.9']
title = 'Add race-free os.link and os.symlink wrapper / helper'
updated_at = <Date 2021-05-01.15:06:22.654>
user = 'https://github.com/HaleTom'
bugs.python.org fields:
activity = <Date 2021-05-01.15:06:22.654>
actor = 'Yonatan Goldschmidt'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2019-04-18.08:44:47.900>
creator = 'Tom Hale'
dependencies = []
files = []
hgrepos = []
issue_num = 36656
keywords = ['patch']
message_count = 16.0
messages = ['340474', '340526', '340546', '341373', '341376', '341753', '342434', '344408', '344501', '344575', '344911', '344915', '346717', '346882', '372450', '383968']
nosy_count = 8.0
nosy_names = ['taleinat', 'rbcollins', 'a.badger', 'serhiy.storchaka', 'eryksun', 'Michael.Felt', 'Tom Hale', 'Yonatan Goldschmidt']
pr_nums = ['14464']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue36656'
versions = ['Python 3.9']
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
首先閱讀遷移後的 BPO issue,以及歷史 PR python/cpython#14464,該 PR 被列為建議的實作方案。issue 沒有指定檔案或測試,因此請利用該 PR 及其 review 歷史來確定 os.link 和 os.symlink helper 預期的範圍。完成標準是實作無競態的 wrapper,並由專案相關的測試涵蓋其行為。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- python
- 領域
- operating-systems
- Issue 類型
- 功能
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 停滯
- 描述清晰度
- 需要釐清
- 新手友好度
- 25/100