PyGILStateEnsure() (Probably) Crashes If Called After Finalization
未關閉
還沒有人認領這個 Issue。
3.12
3.13
3.14
topic-C-API
type-bug
- 主要語言
- Python
- 星號
- 77.2k
- 分支
- 36k
- PR 合併指標
- PR 指標待擷取
描述
Bug report
Bug description:
I'm pretty sure PyGILState_Ensure() will crash if called after finalization, particularly in the case where the thread doesn't already have a thread state active. I noticed this while looking at the function for something else.
CC @gpshead
CPython versions tested on:
CPython main branch
Operating systems tested on:
No response
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
從 PyGILState_Ensure() 開始,追蹤它在 finalization 後被呼叫時的行為,尤其是在沒有作用中 thread state 的執行緒中呼叫時。在 CPython main 上重現回報的當機,並為 finalization 後的呼叫新增或更新 coverage;當行為獲得定義且不再當機時即表示完成。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- python
- 領域
- api, backend-api-design
- Issue 類型
- 缺陷
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 活躍
- 描述清晰度
- 需要釐清
- 新手友好度
- 42/100