Py_GetProgramFullPath() odd behaviour in Windows
未關閉
還沒有人認領這個 Issue。
3.7 (EOL)
3.8 (EOL)
interpreter-core
OS-windows
- 主要語言
- Python
- 星號
- 77.2k
- 分支
- 36k
- PR 合併指標
- PR 指標待擷取
描述
| BPO | 34725 |
|---|---|
| Nosy | @pfmoore, @ncoghlan, @vstinner, @tjguk, @ericsnowcurrently, @zware, @zooba |
| 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-09-18.17:26:47.540>
labels = ['interpreter-core', '3.7', '3.8', 'OS-windows']
title = 'Py_GetProgramFullPath() odd behaviour in Windows'
updated_at = <Date 2019-05-27.21:30:46.561>
user = 'https://bugs.python.org/mariofutire'
bugs.python.org fields:
activity = <Date 2019-05-27.21:30:46.561>
actor = 'vstinner'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Interpreter Core', 'Windows']
creation = <Date 2018-09-18.17:26:47.540>
creator = 'mariofutire'
dependencies = []
files = ['47814']
hgrepos = []
issue_num = 34725
keywords = ['patch']
message_count = 23.0
messages = ['325666', '325668', '325669', '325674', '326035', '326042', '326970', '327000', '327081', '327249', '327364', '327370', '327447', '327489', '327659', '327701', '328054', '330036', '330037', '330038', '343644', '343681', '343691']
nosy_count = 8.0
nosy_names = ['paul.moore', 'ncoghlan', 'vstinner', 'tim.golden', 'eric.snow', 'zach.ware', 'steve.dower', 'mariofutire']
pr_nums = ['9860', '9861']
priority = 'normal'
resolution = None
stage = 'resolved'
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue34725'
versions = ['Python 3.7', 'Python 3.8']
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
從 issue 中連結的 poc.c 範例,以及 Windows 上 Py_GetProgramFullPath() 的實作和測試開始。在進行變更之前,先查看討論以及 PRs 9860 和 9861,因為 issue 記錄了先前的工作。完成的標準是重現所回報的行為,並確立一個經過測試且取得共識的修正方案。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- c, python
- 領域
- operating-systems
- Issue 類型
- 缺陷
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 停滯
- 描述清晰度
- 需要釐清
- 新手友好度
- 25/100