subprocess.Popen: warnings.warn() calls missing stacklevel=2
未關閉
還沒有人認領這個 Issue。
stdlib
topic-multiprocessing
type-bug
- 主要語言
- Python
- 星號
- 77.2k
- 分支
- 35.9k
- PR 合併指標
- PR 指標待擷取
描述
Both warnings.warn() calls in subprocess.Popen.__init__ are missing stacklevel=2:
- POSIX path (line 915): Warning when
pass_fdsoverridesclose_fds - Windows path (line 1569): Warning when
startupinfo.lpAttributeList['handle_list']overridesclose_fds
Without stacklevel=2, the warning points to an internal line inside subprocess.py rather than the caller's Popen() invocation, making it harder for users to locate the source.
PR: #148400
Linked PRs
- gh-148400
- gh-148668
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
從 subprocess.py 中第 915 行和第 1569 行所標示的 POSIX 與 Windows warnings.warn() 呼叫開始,並查看 PR #148400 以了解現有工作。當兩個警告都指向 caller 的 Popen() 呼叫,而不是 subprocess.py 中的內部行時,此變更即完成。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- python
- 領域
- operating-systems
- Issue 類型
- 缺陷
- 難度
- 2/5
- 預估耗時
- 1-3 小時
- 活躍度
- 停滯
- 描述清晰度
- 描述清楚
- 新手友好度
- 25/100